mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-24 05:32:03 +10:00
[2.6.6] Added Romanian Language
This commit is contained in:
@ -61,7 +61,7 @@ const languages = [
|
||||
},
|
||||
{
|
||||
code: 'lt',
|
||||
name: 'Lithuanian (Lietuvių)'
|
||||
name: 'Lithuanian (Lietuvių)',
|
||||
},
|
||||
{
|
||||
code: 'nb',
|
||||
@ -83,6 +83,10 @@ const languages = [
|
||||
code: 'ptPt',
|
||||
name: 'Portuguese (Portugal)',
|
||||
},
|
||||
{
|
||||
code: 'ro',
|
||||
name: 'Romanian (Română)',
|
||||
},
|
||||
{
|
||||
code: 'ru',
|
||||
name: 'Russian (русский)',
|
||||
|
||||
@ -18,6 +18,7 @@ import nb from './nb.json';
|
||||
import pl from './pl.json';
|
||||
import ptBr from './pt-br.json';
|
||||
import ptPt from './pt-pt.json';
|
||||
import ro from './ro.json';
|
||||
import ru from './ru.json';
|
||||
import sv from './sv.json';
|
||||
import tr from './tr.json';
|
||||
@ -45,6 +46,7 @@ export default {
|
||||
pl: { translation: pl },
|
||||
ptBr: { translation: ptBr },
|
||||
ptPt: { translation: ptPt },
|
||||
ro: { translation: ro },
|
||||
ru: { translation: ru },
|
||||
sv: { translation: sv },
|
||||
tr: { translation: tr },
|
||||
|
||||
@ -18,6 +18,7 @@ import 'dayjs/locale/nb';
|
||||
import 'dayjs/locale/nl';
|
||||
import 'dayjs/locale/pl';
|
||||
import 'dayjs/locale/pt';
|
||||
import 'dayjs/locale/ro';
|
||||
import 'dayjs/locale/ru';
|
||||
import 'dayjs/locale/sv';
|
||||
import 'dayjs/locale/tr';
|
||||
|
||||
Reference in New Issue
Block a user