mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 20:22:53 +00:00
Fix locale id zh_cn -> zh-cn, zh_tw -> zh-tw, pt_br -> pt-br
This commit is contained in:
parent
60b9a5b9da
commit
b1ead7fec8
@ -17,12 +17,12 @@ var translations = {
|
|||||||
"nb" : "translations/nb.json", // Norsk bokmål
|
"nb" : "translations/nb.json", // Norsk bokmål
|
||||||
"nn" : "translations/nn.json", // Norsk nynorsk
|
"nn" : "translations/nn.json", // Norsk nynorsk
|
||||||
"pt" : "translations/pt.json", // Português
|
"pt" : "translations/pt.json", // Português
|
||||||
"pt_br" : "translations/pt_br.json", // Português Brasileiro
|
"pt-br" : "translations/pt-br.json", // Português Brasileiro
|
||||||
"sv" : "translations/sv.json", // Svenska
|
"sv" : "translations/sv.json", // Svenska
|
||||||
"id" : "translations/id.json", // Indonesian
|
"id" : "translations/id.json", // Indonesian
|
||||||
"it" : "translations/it.json", // Italian
|
"it" : "translations/it.json", // Italian
|
||||||
"zh_cn" : "translations/zh_cn.json", // Simplified Chinese
|
"zh-cn" : "translations/zh-cn.json", // Simplified Chinese
|
||||||
"zh_tw" : "translations/zh_tw.json", // Traditional Chinese
|
"zh-tw" : "translations/zh-tw.json", // Traditional Chinese
|
||||||
"ja" : "translations/ja.json", // Japanese
|
"ja" : "translations/ja.json", // Japanese
|
||||||
"pl" : "translations/pl.json", // Polish
|
"pl" : "translations/pl.json", // Polish
|
||||||
"gr" : "translations/gr.json", // Greek
|
"gr" : "translations/gr.json", // Greek
|
||||||
|
Loading…
x
Reference in New Issue
Block a user