Skip to content

Commit

Permalink
Update languages.js
Browse files Browse the repository at this point in the history
  • Loading branch information
z3r0l1nk committed Mar 27, 2024
1 parent 12d07fd commit 8656606
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/utils/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import pl from '@/assets/locales/pl.json';
import pt from '@/assets/locales/pt.json';
import gl from '@/assets/locales/gl.json';
import ru from '@/assets/locales/ru.json';
import ro from '@/assets/locales/ro.json';
import sk from '@/assets/locales/sk.json';
import sl from '@/assets/locales/sl.json';
import sv from '@/assets/locales/sv.json';
Expand Down Expand Up @@ -151,6 +152,12 @@ export const languages = [
locale: ru,
flag: '🇷🇺',
},
{ // Romanian
name: 'Romana',
code: 'ro',
locale: ro,
flag: '🇷🇴',
},
{ // Slovak
name: 'Slovenčina',
code: 'sk',
Expand Down

0 comments on commit 8656606

Please sign in to comment.