mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 16:22:59 +10:00
[2.6.6] Added Romanian Language
This commit is contained in:
@ -65,6 +65,7 @@ For those of you familiar with the Crowdin Platform, you could do that too and j
|
|||||||
- Polish (Polskie)
|
- Polish (Polskie)
|
||||||
- Portuguese (Brazilian)
|
- Portuguese (Brazilian)
|
||||||
- Portuguese (Portugal)
|
- Portuguese (Portugal)
|
||||||
|
- Romanian (Română)
|
||||||
- Russian (русский)
|
- Russian (русский)
|
||||||
- Spanish (Español)
|
- Spanish (Español)
|
||||||
- Swedish (Svenska)
|
- Swedish (Svenska)
|
||||||
|
|||||||
@ -6,7 +6,7 @@ module.exports = {
|
|||||||
title: 'Reactive Resume',
|
title: 'Reactive Resume',
|
||||||
siteUrl: 'https://rxresu.me',
|
siteUrl: 'https://rxresu.me',
|
||||||
description: 'A free and open source resume builder.',
|
description: 'A free and open source resume builder.',
|
||||||
version: '2.6.5',
|
version: '2.6.6',
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
'gatsby-plugin-react-helmet',
|
'gatsby-plugin-react-helmet',
|
||||||
|
|||||||
@ -61,7 +61,7 @@ const languages = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
code: 'lt',
|
code: 'lt',
|
||||||
name: 'Lithuanian (Lietuvių)'
|
name: 'Lithuanian (Lietuvių)',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
code: 'nb',
|
code: 'nb',
|
||||||
@ -83,6 +83,10 @@ const languages = [
|
|||||||
code: 'ptPt',
|
code: 'ptPt',
|
||||||
name: 'Portuguese (Portugal)',
|
name: 'Portuguese (Portugal)',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
code: 'ro',
|
||||||
|
name: 'Romanian (Română)',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
code: 'ru',
|
code: 'ru',
|
||||||
name: 'Russian (русский)',
|
name: 'Russian (русский)',
|
||||||
|
|||||||
@ -18,6 +18,7 @@ import nb from './nb.json';
|
|||||||
import pl from './pl.json';
|
import pl from './pl.json';
|
||||||
import ptBr from './pt-br.json';
|
import ptBr from './pt-br.json';
|
||||||
import ptPt from './pt-pt.json';
|
import ptPt from './pt-pt.json';
|
||||||
|
import ro from './ro.json';
|
||||||
import ru from './ru.json';
|
import ru from './ru.json';
|
||||||
import sv from './sv.json';
|
import sv from './sv.json';
|
||||||
import tr from './tr.json';
|
import tr from './tr.json';
|
||||||
@ -45,6 +46,7 @@ export default {
|
|||||||
pl: { translation: pl },
|
pl: { translation: pl },
|
||||||
ptBr: { translation: ptBr },
|
ptBr: { translation: ptBr },
|
||||||
ptPt: { translation: ptPt },
|
ptPt: { translation: ptPt },
|
||||||
|
ro: { translation: ro },
|
||||||
ru: { translation: ru },
|
ru: { translation: ru },
|
||||||
sv: { translation: sv },
|
sv: { translation: sv },
|
||||||
tr: { translation: tr },
|
tr: { translation: tr },
|
||||||
|
|||||||
@ -18,6 +18,7 @@ import 'dayjs/locale/nb';
|
|||||||
import 'dayjs/locale/nl';
|
import 'dayjs/locale/nl';
|
||||||
import 'dayjs/locale/pl';
|
import 'dayjs/locale/pl';
|
||||||
import 'dayjs/locale/pt';
|
import 'dayjs/locale/pt';
|
||||||
|
import 'dayjs/locale/ro';
|
||||||
import 'dayjs/locale/ru';
|
import 'dayjs/locale/ru';
|
||||||
import 'dayjs/locale/sv';
|
import 'dayjs/locale/sv';
|
||||||
import 'dayjs/locale/tr';
|
import 'dayjs/locale/tr';
|
||||||
|
|||||||
Reference in New Issue
Block a user