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:
Tiago
2025-09-11 16:56:25 -04:00
committed by GitHub
parent 0c703ab8ba
commit 86bd543a52
4 changed files with 99 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ const languageMap = {
'ja': '日本語',
'ko': '한국어',
'pl': 'Polski',
'pt': 'Português',
'pt-br': 'Português',
'zh-cn': '中文(简体)',
'zh-tw': '中文(繁體)',
};