feat(i18n): add portuguese (pt) language to i18n locales

This commit is contained in:
Amruth Pillai 2022-03-24 11:57:16 +01:00
parent 048c1ed3ed
commit 7f1c82cd91
No known key found for this signature in database
GPG Key ID: E3C57DF9B80855AD
5 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,7 @@ You have complete control over what goes into your resume, how it looks, what co
- Kannada (ಕನ್ನಡ)
- Malayalam (മലയാളം)
- Polish (Polski)
- Portuguese (Português)
- Russian (русский)
- Spanish (Español)
- Tamil (தமிழ்)

View File

@ -18,6 +18,7 @@ export const languages: Language[] = [
{ code: 'ml', name: 'Malayalam', localName: 'മലയാളം' },
{ code: 'nl', name: 'Dutch', localName: 'Nederlands' },
{ code: 'pl', name: 'Polish', localName: 'Polski' },
{ code: 'pt', name: 'Portuguese', localName: 'Português' },
{ code: 'ru', name: 'Russian', localName: 'русский' },
{ code: 'ta', name: 'Tamil', localName: 'தமிழ்' },
{ code: 'tr', name: 'Turkish', localName: 'Türkçe' },

View File

@ -17,6 +17,7 @@ const i18nConfig = {
'ml',
'nl',
'pl',
'pt',
'ru',
'ta',
'tr',

View File

@ -23,6 +23,7 @@ const DateWrapper: React.FC = ({ children }) => {
require('dayjs/locale/ml');
require('dayjs/locale/nl');
require('dayjs/locale/pl');
require('dayjs/locale/pt');
require('dayjs/locale/ru');
require('dayjs/locale/ta');
require('dayjs/locale/tr');

View File

@ -57,6 +57,7 @@ You have complete control over what goes into your resume, how it looks, what co
- Kannada (ಕನ್ನಡ)
- Malayalam (മലയാളം)
- Polish (Polski)
- Portuguese (Português)
- Russian (русский)
- Spanish (Español)
- Tamil (தமிழ்)