Skip to content

Commit

Permalink
feat: 🎸 Portuguese
Browse files Browse the repository at this point in the history
  • Loading branch information
kajetan-kazimierczak committed Nov 16, 2021
1 parent 4d62d9e commit 2f45cbd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/skolplattformen-sthlm/services/languageService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import 'moment/locale/ja'
import 'moment/locale/nb'
import 'moment/locale/nl'
import 'moment/locale/pl'
import 'moment/locale/pt'
import 'moment/locale/ru'
import 'moment/locale/sv'
import 'moment/locale/zh-cn'
Expand Down
7 changes: 7 additions & 0 deletions apps/skolplattformen-sthlm/utils/translation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ export const languages: Language[] = [
languageLocalName: 'Polski',
active: true,
},
{
langCode: 'pt',
languageName: 'Portuguese',
languageLocalName: 'Português',
active: true,
},
{
langCode: 'ru',
languageName: 'Russian',
Expand Down Expand Up @@ -127,6 +133,7 @@ export const translations = {
nb_NO: require('../translations/nb_NO.json'),
nl: require('../translations/nl.json'),
pl: require('../translations/pl.json'),
pt: require('../translations/pt.json'),
ru: require('../translations/ru.json'),
so: require('../translations/so.json'),
sv: require('../translations/sv.json'),
Expand Down

0 comments on commit 2f45cbd

Please sign in to comment.