mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
Rearrange supported locales list by language code
This commit is contained in:
parent
3be8b679ef
commit
4eb4193372
1 changed files with 8 additions and 8 deletions
|
@ -4,6 +4,10 @@ import { defineStore } from 'pinia';
|
|||
import en from '@/locales/en.json';
|
||||
|
||||
export const SUPPORTED_LOCALES = [
|
||||
{
|
||||
code: 'ar',
|
||||
name: 'عربي',
|
||||
},
|
||||
{
|
||||
code: 'de',
|
||||
name: 'Deutsch',
|
||||
|
@ -28,14 +32,6 @@ export const SUPPORTED_LOCALES = [
|
|||
code: 'it',
|
||||
name: 'Italiano',
|
||||
},
|
||||
{
|
||||
code: 'vi',
|
||||
name: 'Tiếng Việt',
|
||||
},
|
||||
{
|
||||
code: 'ar',
|
||||
name: 'عربي',
|
||||
},
|
||||
{
|
||||
code: 'ja',
|
||||
name: '日本語',
|
||||
|
@ -44,6 +40,10 @@ export const SUPPORTED_LOCALES = [
|
|||
code: 'ko',
|
||||
name: '한국어',
|
||||
},
|
||||
{
|
||||
code: 'vi',
|
||||
name: 'Tiếng Việt',
|
||||
},
|
||||
{
|
||||
code: 'zh_Hans',
|
||||
name: '中文 (简体)',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue