Localize time for due dates and chat messages (#10555)

* localize time for pt_BR and zh

* add zh_TW to moment langs mapping
This commit is contained in:
Isabelle Lavandero
2018-08-03 05:57:43 -04:00
committed by Matteo Pagliazzi
parent 4493e1d98c
commit 7aa2fac14a
2 changed files with 2 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ function geti18nBrowserScript (language) {
availableLanguages,
language,
strings: translations[langCode],
momentLang: momentLangs[language.momentLangCode],
momentLang: momentLangs[langCode],
})};
})()`;
}