This repository has been archived by the owner on Apr 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from mikojimnz/dev-miko
Implement page translations
- Loading branch information
Showing
13 changed files
with
1,041 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,154 @@ | ||
var linguJSON = { | ||
"custom_lang_switcher_container_id": "#lingumania", | ||
"languages": [ | ||
{ | ||
"lang_name": "English", | ||
"lang_code": "en", | ||
"url_pattern": "?" | ||
}, | ||
{ | ||
"lang_name": "Español", | ||
"lang_code": "es", | ||
"url_pattern": "?" | ||
}, | ||
{ | ||
"lang_name": "François", | ||
"lang_code": "fr", | ||
"url_pattern": "?" | ||
}, | ||
{ | ||
"lang_name": "Deutsch", | ||
"lang_code": "de", | ||
"url_pattern": "?" | ||
} | ||
], | ||
"translated_segments": [ | ||
{ | ||
"source": "Preferences", | ||
"target_es": "Preferencias", | ||
"target_fr": "Préférences", | ||
"target_de": "Einstellungen" | ||
}, | ||
{ | ||
"source": "Change Campus", | ||
"target_es": "Cambiar campus", | ||
"target_fr": "Changer de campus", | ||
"target_de": "Campus wechseln" | ||
}, | ||
{ | ||
"source": "Select Campus", | ||
"target_es": "Seleccionar campus", | ||
"target_fr": "Sélectionnez le campus", | ||
"target_de": "Campus auswählen" | ||
}, | ||
{ | ||
"source": "Location Preferences", | ||
"target_es": "Preferencias de ubicación", | ||
"target_fr": "Préférences d'emplacement", | ||
"target_de": "Standorteinstellungen" | ||
}, | ||
{ | ||
"source": "Allow location services.", | ||
"target_es": "Permitir servicios de ubicación.", | ||
"target_fr": "Autoriser les services de localisation.", | ||
"target_de": "Ortungsdienste zulassen." | ||
}, | ||
{ | ||
"source": "Notification Preferences", | ||
"target_es": "Preferencias de notificación", | ||
"target_fr": "Préférences de notification", | ||
"target_de": "Benachrichtigungseinstellungen" | ||
}, | ||
{ | ||
"source": "Emergency Notifications", | ||
"target_es": "Notificaciones de emergencia", | ||
"target_fr": "Notifications d'urgence", | ||
"target_de": "Notfallbenachrichtigungen" | ||
}, | ||
{ | ||
"source": "Emergency alerts and notifications.", | ||
"target_es": "Alertas y notificaciones de emergencia.", | ||
"target_fr": "Alertes et notifications d'urgence.", | ||
"target_de": "Notfallwarnungen und Benachrichtigungen." | ||
}, | ||
{ | ||
"source": "News & Events", | ||
"target_es": "Noticias y Eventos", | ||
"target_fr": "Nouvelles et événements", | ||
"target_de": "Neuigkeiten und Veranstaltungen" | ||
}, | ||
{ | ||
"source": "Calendar alerts, new events.", | ||
"target_es": "Alertas de calendario, nuevos eventos.", | ||
"target_fr": "Alertes de calendrier, nouveaux événements.", | ||
"target_de": "Kalenderbenachrichtigungen, neue Ereignisse." | ||
}, | ||
{ | ||
"source": "Parking, travel time.", | ||
"target_es": "Aparcamiento, tiempo de viaje.", | ||
"target_fr": "Stationnement, temps de trajet.", | ||
"target_de": "Parking, travel time." | ||
}, | ||
{ | ||
"source": "Language Preferences", | ||
"target_es": "Preferencias de idioma", | ||
"target_fr": "Préférences de langue", | ||
"target_de": "Sprache ändern" | ||
},{ | ||
"source": "Change Language", | ||
"target_es": "Cambiar idioma", | ||
"target_fr": "Changer de langue", | ||
"target_de": "" | ||
}, | ||
{ | ||
"source": "Accessibility", | ||
"target_es": "Accesibilidad", | ||
"target_fr": "Accessibilité", | ||
"target_de": "Barrierefreiheit" | ||
}, | ||
{ | ||
"source": "Smaller", | ||
"target_es": "Mas pequeño", | ||
"target_fr": "Plus petite", | ||
"target_de": "Smaller" | ||
}, | ||
{ | ||
"source": "Normal", | ||
"target_es": "Normal", | ||
"target_fr": "Normal", | ||
"target_de": "Normal" | ||
}, | ||
{ | ||
"source": "Larger", | ||
"target_es": "Más grande", | ||
"target_fr": "Plus grand", | ||
"target_de": "Farben mit hohem Kontrast" | ||
}, | ||
{ | ||
"source": "High Contrast Colors", | ||
"target_es": "Colores de alto contraste", | ||
"target_fr": "Couleurs à contraste élevé", | ||
"target_de": "" | ||
}, | ||
{ | ||
"source": "Dark Mode", | ||
"target_es": "Modo oscuro", | ||
"target_fr": "Mode sombre", | ||
"target_de": "Dunkler Modus" | ||
}, | ||
{ | ||
"source": "Enabled", | ||
"target_es": "Activado", | ||
"target_fr": "Activé", | ||
"target_de": "Ermöglicht" | ||
}, | ||
{ | ||
"source": "Disabled", | ||
"target_es": "Discapacitado", | ||
"target_fr": "Désactivé", | ||
"target_de": "Behinderte" | ||
} | ||
|
||
] | ||
}; | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.