mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 15:43:25 +00:00
prettier config + format all, closes #175
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
export const languages: Record<string, string> = {
|
||||
'en': 'English',
|
||||
'es': 'Español',
|
||||
'de': 'Deutsch',
|
||||
'fr': 'Français',
|
||||
'it': 'Italiano',
|
||||
'nl': 'Nederlands',
|
||||
en: 'English',
|
||||
es: 'Español',
|
||||
de: 'Deutsch',
|
||||
fr: 'Français',
|
||||
it: 'Italiano',
|
||||
nl: 'Nederlands',
|
||||
'pt-BR': 'Português (Brasil)',
|
||||
'zh': '简体中文',
|
||||
};
|
||||
zh: '简体中文',
|
||||
};
|
||||
|
Reference in New Issue
Block a user