Skip to content

Implement i18n folder-per-locale support#960

Merged
Pathoschild merged 6 commits into
Pathoschild:developfrom
spacechase0:i18n-folders
Aug 18, 2024
Merged

Implement i18n folder-per-locale support#960
Pathoschild merged 6 commits into
Pathoschild:developfrom
spacechase0:i18n-folders

Conversation

@spacechase0
Copy link
Copy Markdown
Contributor

devenv_h8qaTZCalr
            helper.ConsoleCommands.Add("meow", "meow", (cmd, args) =>
            {
                foreach (var t in Helper.Translation.GetTranslations())
                {
                    Log.Info("translation:" + t.Key + " " + t.ToString());
                }
            });

Comment thread src/SMAPI/Framework/SCore.cs Outdated
Comment thread src/SMAPI/Framework/SCore.cs Outdated
@Pathoschild Pathoschild added the enhancement This is a general improvement that can be addressed with specific development changes. label Aug 18, 2024
@Pathoschild Pathoschild merged commit 6044362 into Pathoschild:develop Aug 18, 2024
@Pathoschild
Copy link
Copy Markdown
Owner

Merged into develop for the upcoming SMAPI 4.1.0, and documented on the wiki. Thanks for the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement This is a general improvement that can be addressed with specific development changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants