mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
Portuguese Localization (#1157)
* added portuguese i18n file and icluded pt under home's translations * Localized additional terms in portuguese * translated home page title text * change Portuguese shorthand code (pt) to a more specific Brazilian Portuguese (pt_BR) * updated localization format for Portuguese from pt_BR to pt-br to match the convention. * cache bust the localize script --------- Co-authored-by: tiagosomda <tiago@somda.net> Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
This commit is contained in:
@@ -7,7 +7,7 @@ const languageMap = {
|
||||
'ja': '日本語',
|
||||
'ko': '한국어',
|
||||
'pl': 'Polski',
|
||||
'pt': 'Português',
|
||||
'pt-br': 'Português',
|
||||
'zh-cn': '中文(简体)',
|
||||
'zh-tw': '中文(繁體)',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user