From c9f7a016123cf2583778cfd7b57030a145c9a5d2 Mon Sep 17 00:00:00 2001 From: Luxon JEAN-PIERRE Date: Mon, 15 Oct 2018 19:31:48 +0200 Subject: [PATCH] fix issue #173: duplicated variable in translation files (#174) A variable in .json files has been written twice. --- locales/de.json | 2 +- locales/en-US.json | 2 +- locales/es.json | 2 +- locales/it.IT.json | 2 +- locales/nl.json | 2 +- locales/ru.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/locales/de.json b/locales/de.json index 7211a1d76..ad867fa04 100644 --- a/locales/de.json +++ b/locales/de.json @@ -32,7 +32,7 @@ "Search / Go to URL": "Suche / URL besuchen", "Search Results": "Suchergebnisse", "Subscriber": "Subscriber", - "Subscriber": "Subscribers", + "Subscribers": "Subscribers", "Video": "Video", "Videos": "Videos", "View Full Playlist": "Vollständige Playlist anzeigen", diff --git a/locales/en-US.json b/locales/en-US.json index 4ae446926..1cf26f0fe 100644 --- a/locales/en-US.json +++ b/locales/en-US.json @@ -32,7 +32,7 @@ "Search / Go to URL": "Search / Go to URL", "Search Results": "Search Results", "Subscriber": "Subscriber", - "Subscriber": "Subscribers", + "Subscribers": "Subscribers", "Video": "Video", "Videos": "Videos", "View Full Playlist": "View Full Playlist", diff --git a/locales/es.json b/locales/es.json index 11bff2911..f6ae38689 100644 --- a/locales/es.json +++ b/locales/es.json @@ -32,7 +32,7 @@ "Search / Go to URL": "Buscar / Ir a la URL", "Search Results": "Resultados de búsqueda", "Subscriber": "Suscriptor", - "Subscriber": "Suscriptores", + "Subscribers": "Suscriptores", "Video": "Vídeo", "Videos": "Vídeos", "View Full Playlist": "Ver Lista de Reproducción completa", diff --git a/locales/it.IT.json b/locales/it.IT.json index 8d9619689..04c0f6fc9 100644 --- a/locales/it.IT.json +++ b/locales/it.IT.json @@ -32,7 +32,7 @@ "Search / Go to URL": "Cerca / Vai all' URL", "Search Results": "Cerca Risultati", "Subscriber": "Iscritto", - "Subscriber": "Iscritti", + "Subscribers": "Iscritti", "Video": "Video", "Videos": "Video", "View Full Playlist": "Vedi Intera Playlist", diff --git a/locales/nl.json b/locales/nl.json index 1e9c921ea..7b4ca73d1 100644 --- a/locales/nl.json +++ b/locales/nl.json @@ -32,7 +32,7 @@ "Search / Go to URL": "Zoeken / Ga naar URL", "Search Results": "Zoekresultaten", "Subscriber": "Abonnee", - "Subscriber": "Abonnees", + "Subscribers": "Abonnees", "Video": "Video", "Videos": "Videos", "View Full Playlist": "Volledige afspeellijst weergeven", diff --git a/locales/ru.json b/locales/ru.json index 34a9f5c89..1ea1baf28 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -32,7 +32,7 @@ "Search / Go to URL": "Поиск / перейти по URL", "Search Results": "Результаты поиска", "Subscriber": "Подписка", - "Subscriber": "Подписчиков", + "Subscribers": "Подписчиков", "Video": "Видео", "Videos": "Видео", "View Full Playlist": "Список воспроизведения",