Updated Translations from Hosted Weblate

This commit is contained in:
Shiny Nematoda 2022-09-16 05:59:57 +00:00
parent 174c3d551d
commit a2e5cadab0
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
5 changed files with 211 additions and 0 deletions

View file

@ -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: '日本語',