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