Skip to content

Commit

Permalink
vec
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonadabe authored Aug 6, 2024
1 parent 00f375b commit d8a1b62
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/locales/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default [
{ locale: 'pl-PL', code: 'P' },
{ locale: 'es-ES', code: 'S' },
{ locale: 'pt-BR', code: 'T' },
{ locale: 'pt-PT', code: 'TPO'},
{ locale: 'tl-PH', code: 'TG' },
{ locale: 'tr-TR', code: 'TK' },
{ locale: 'mg-TND', code: 'TND' },
Expand Down
16 changes: 16 additions & 0 deletions src/locales/pt-PT/text.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"januaryVariations": "de janeiro|janeiro",
"februaryVariations": "de fevereiro|fevereiro",
"marchVariations": "de março|março",
"aprilVariations": "de abril|abril",
"mayVariations": "de maio|maio",
"juneVariations": "de junho|junho",
"julyVariations": "de julho|julho",
"augustVariations": "de agosto|agosto",
"septemberVariations": "de setembro|setembro",
"octoberVariations": "de outubro|outubro",
"novemberVariations": "de novembro|novembro",
"decemberVariations": "de dezembro|dezembro",
"studyArticleDateVariations": "Artigo {{ number }} | {{ date }}",
"partMinutesSeparatorVariations": "({{ duration }} min.)"
}

0 comments on commit d8a1b62

Please sign in to comment.