Skip to content

Commit

Permalink
fix: NDMF native strings fail to fall back to en-US locale (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore authored Jan 7, 2024
1 parent 1b3ee57 commit 1a0f5e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Fixed
- NDMF native strings don't fall back to en-US properly (#115)

### Changed

Expand Down
2 changes: 1 addition & 1 deletion Editor/UI/Localization/NDMFLocales.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace nadena.dev.ndmf.localization
internal static class NDMFLocales
{
public static Localizer L = new Localizer(
"en-us",
"en-US",
() => new List<LocalizationAsset>()
{
AssetDatabase.LoadAssetAtPath<LocalizationAsset>(
Expand Down

0 comments on commit 1a0f5e9

Please sign in to comment.