Skip to content

Commit

Permalink
add pt-PT to locale array
Browse files Browse the repository at this point in the history
  • Loading branch information
m1aw committed Aug 1, 2022
1 parent 9ca7994 commit a3884c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/lib/src/language/locales/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default {
'no-NO': () => import('./no-NO.json'),
'pl-PL': () => import('./pl-PL.json'),
'pt-BR': () => import('./pt-BR.json'),
'pt-PT': () => import('./pt-PT.json'),
'ro-RO': () => import('./ro-RO.json'),
'ru-RU': () => import('./ru-RU.json'),
'sk-SK': () => import('./sk-SK.json'),
Expand Down

0 comments on commit a3884c4

Please sign in to comment.