mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Updated Translations from Hosted Weblate
This commit is contained in:
parent
174c3d551d
commit
a2e5cadab0
5 changed files with 211 additions and 0 deletions
|
@ -4,6 +4,10 @@ import { defineStore } from 'pinia';
|
|||
import en from '@/locales/en.json';
|
||||
|
||||
export const SUPPORTED_LOCALES = [
|
||||
{
|
||||
code: 'de',
|
||||
name: 'Deutsch',
|
||||
},
|
||||
{
|
||||
code: 'en',
|
||||
name: 'English',
|
||||
|
@ -12,6 +16,10 @@ export const SUPPORTED_LOCALES = [
|
|||
code: 'fr',
|
||||
name: 'Français',
|
||||
},
|
||||
{
|
||||
code: 'it',
|
||||
name: 'Italiano',
|
||||
},
|
||||
{
|
||||
code: 'ja',
|
||||
name: '日本語',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue