Skip to content

Commit

Permalink
Merge pull request #93 from creative-commoners/pulls/2.8/tx-1685417319
Browse files Browse the repository at this point in the history
ENH Update translations
  • Loading branch information
sabina-talipova authored May 30, 2023
2 parents 2fccd02 + 1f403f3 commit 6e03e66
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
15 changes: 15 additions & 0 deletions client/lang/eo.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// This file was generated by silverstripe/tx-translator from client/lang/src/eo.json.
// See https://github.com/silverstripe/silverstripe-tx-translator for details
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
}
} else {
ss.i18n.addDictionary('eo', {
"ColorPickerField.EMPTY_TITLE": "Neniu",
"ColorPickerField.SEARCH_BLOCKS": "Serĉaj koloroj",
"FontPickerField.EMPTY_TITLE": "Neniu",
"FontPickerField.PREVIEW_FONT_SENTENCE": "Ĉi-ĵaŭde ŝi havigu informojn pri biciklista ĝazo-ĥoro.",
"FontPickerField.PREVIEW_FONT_ALPHABET": "AaBbCcĈĉDdEeFfGgĜĝHhĤĥIiJjĴĵKkLlMmNnOoPpQqRrSsŜŝTtUuŬŭVvWwXxYyZz 0123456789 - = _ + < > ? / . , : \""
});
}
7 changes: 7 additions & 0 deletions client/lang/src/eo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ColorPickerField.EMPTY_TITLE": "Neniu",
"ColorPickerField.SEARCH_BLOCKS": "Serĉaj koloroj",
"FontPickerField.EMPTY_TITLE": "Neniu",
"FontPickerField.PREVIEW_FONT_SENTENCE": "Ĉi-ĵaŭde ŝi havigu informojn pri biciklista ĝazo-ĥoro.",
"FontPickerField.PREVIEW_FONT_ALPHABET": "AaBbCcĈĉDdEeFfGgĜĝHhĤĥIiJjĴĵKkLlMmNnOoPpQqRrSsŜŝTtUuŬŭVvWwXxYyZz 0123456789 - = _ + < > ? / . , : \""
}

0 comments on commit 6e03e66

Please sign in to comment.