Skip to content

Commit bc90e3d

Browse files
committed
Merge pull request #1235 from sgk/i18nResourcesRearrange
Rearrange i18n Resource files into a directory
2 parents 0ee42fe + a6c6a71 commit bc90e3d

File tree

87 files changed

+2055
-1959
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+2055
-1959
lines changed

app/src/processing/app/I18n.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ static protected void init (String language) {
3434
if (language != null && language.trim().length() > 0) {
3535
Locale.setDefault(new Locale(language));
3636
}
37-
i18n = ResourceBundle.getBundle("processing.app.Resources", Locale.getDefault());
37+
i18n = ResourceBundle.getBundle("processing.app.i18n.Resources", Locale.getDefault());
3838

3939
PROMPT_YES = _("Yes");
4040
PROMPT_NO = _("No");

0 commit comments

Comments
 (0)