mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 17:00:04 +02:00
Change ultra-fallback to en_US For PR #169
This commit is contained in:
parent
5d05103afb
commit
f1686932cb
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ var str = exports.str = function(key, params) {
|
|||
|
||||
if (!strings[key][locale]) {
|
||||
// try falling back to another locale if in the map
|
||||
locale = fallbackMap[locale] || locale;
|
||||
locale = fallbackMap[locale] || getDefaultLocale();
|
||||
}
|
||||
|
||||
if (!strings[key][locale]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue