mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-05 09:52:54 +00:00
8 lines
200 B
TypeScript
8 lines
200 B
TypeScript
export const languages: Record<string, string> = {
|
|
'en': 'English',
|
|
'es': 'Español',
|
|
'de': 'Deutsch',
|
|
'fr': 'Français',
|
|
'nl': 'Nederlands',
|
|
'pt-BR': 'Português (Brasil)',
|
|
}; |