mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
Imported all zh_CN dialogs and added locale changing support Issue #42
This commit is contained in:
parent
2617357460
commit
cc5466b038
22 changed files with 1693 additions and 222 deletions
16
src/js/intl/strings.js
Normal file
16
src/js/intl/strings.js
Normal file
|
@ -0,0 +1,16 @@
|
|||
exports.strings = {
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
'error-untranslated-key': {
|
||||
'__desc__': 'This error happens when we are trying to translate a specific key and the locale version is mission',
|
||||
'__params__': {
|
||||
'key': 'The name of the translation key that is missing'
|
||||
},
|
||||
'en': 'The translation for {key} does not exist yet :( Please hop on github and offer up a translation!'
|
||||
},
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
'error-untranslated': {
|
||||
'__desc__': 'The general error when we encounter a dialog that is not translated',
|
||||
'en': 'This dialog or text is not yet translated in your locale :( Hop on github to aid in translation!'
|
||||
}
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue