mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 17:00:04 +02:00
Preliminary translation into Brazilian Portuguese
This commit is contained in:
parent
0aba56ef15
commit
f3a8f6c5e6
41 changed files with 2396 additions and 0 deletions
|
@ -12,6 +12,7 @@ var getDefaultLocale = exports.getDefaultLocale = function() {
|
|||
var headerLocaleMap = exports.headerLocaleMap = {
|
||||
'zh-CN': 'zh_CN',
|
||||
'zh-TW': 'zh_TW',
|
||||
'pt-BR': 'pt_BR',
|
||||
};
|
||||
|
||||
// resolve the messy mapping between browser language
|
||||
|
@ -24,6 +25,7 @@ var langLocaleMap = exports.langLocaleMap = {
|
|||
es: 'es_AR',
|
||||
fr: 'fr_FR',
|
||||
de: 'de_DE',
|
||||
pt: 'pt_BR',
|
||||
};
|
||||
|
||||
var fallbackMap = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue