0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

chore: disable ga-IE temporary website

This commit is contained in:
Juan Picado 2024-09-26 21:02:19 +02:00
parent 80313897cb
commit 100421624f

View file

@ -6,7 +6,7 @@ const lgnMapping = {
'de-DE': 'de',
'pl-PL': 'pl',
'cs-CZ': 'cs',
'ga-IE': 'ga-IE',
// 'ga-IE': 'ga-IE',
'fr-FR': 'fr',
'it-IT': 'it',
'ru-RU': 'ru',
@ -54,7 +54,7 @@ const locales = filterByProgress([
'es-ES',
'fr-FR',
'it-IT',
'ga-IE',
// 'ga-IE',
'pl-PL',
'pt-BR',
'ru-RU',
@ -75,7 +75,7 @@ const i18nConfig = {
'it-IT': { label: `Italiano (${progress['it'].translationProgress}%)` },
'es-ES': { label: `Español (${progress['es-ES'].translationProgress}%)` },
'de-DE': { label: `Deutsch (${progress['de'].translationProgress}%)` },
'ga-IE': { label: `Gaeilge (Éire) (${progress['ga-IE'].translationProgress}%)` },
// 'ga-IE': { label: `Gaeilge (Éire) (${progress['ga-IE'].translationProgress}%)` },
'cs-CZ': { label: `Čeština (Česko) (${progress['cs'].translationProgress}%)` },
'fr-FR': { label: `Français (${progress['fr'].translationProgress}%)` },
'pl-PL': { label: `Polski (Polska) (${progress['pl'].translationProgress}%)` },