Skip to content

Commit

Permalink
Remove duplicate translations (#1706)
Browse files Browse the repository at this point in the history
Fix the translation files due to duplicates

At some point, the 'autocomplete option found' translations were updated to have a period at the end of the sentence. This resulted in duplicate translations where some had a period at the and and other didn't. This PR deletes the extra translations which don't have the period at the end. 

J=SLAP-2023
TEST=manual

Manually run the translation tests and confirm they pass locally
  • Loading branch information
cea2aj committed Apr 5, 2022
1 parent e7ca3e0 commit 7680db2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 28 deletions.
6 changes: 0 additions & 6 deletions conf/i18n/translations/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ msgstr ""
msgid "[[start]] through [[end]] of [[resultsCount]]"
msgstr "Desde [[start]] hasta [[end]] de [[resultsCount]]"

#: src/ui/templates/search/autocomplete.hbs:14
msgid "[[resultsCount]] autocomplete option found"
msgid_plural "[[resultsCount]] autocomplete options found"
msgstr[0] "[[resultsCount]] opción de autocompletar encontrada"
msgstr[1] "[[resultsCount]] opciones de autocompletar encontradas"

#: src/ui/templates/questions/questionsubmission.hbs:7
msgid "expand question form"
msgstr "expandir formulario de preguntas"
Expand Down
6 changes: 0 additions & 6 deletions conf/i18n/translations/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -483,12 +483,6 @@ msgctxt "Placeholder text for input field"
msgid "Enter your question here"
msgstr "Posez votre question ici"

#: src/ui/templates/search/autocomplete.hbs:14
msgid "[[resultsCount]] autocomplete option found"
msgid_plural "[[resultsCount]] autocomplete options found"
msgstr[0] "[[resultsCount]] option de saisie automatique trouvée"
msgstr[1] "[[resultsCount]] options de saisie automatique trouvées"

#: src/ui/components/filters/facetscomponent.js:277
msgctxt "True or False"
msgid "False"
Expand Down
6 changes: 0 additions & 6 deletions conf/i18n/translations/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ msgstr ""
msgid "[[start]] through [[end]] of [[resultsCount]]"
msgstr "[[start]] a [[end]] di [[resultsCount]]"

#: src/ui/templates/search/autocomplete.hbs:14
msgid "[[resultsCount]] autocomplete option found"
msgid_plural "[[resultsCount]] autocomplete options found"
msgstr[0] "[[resultsCount]] risultato di completamento automatico trovato"
msgstr[1] "[[resultsCount]] risultati di completamento automatico trovati"

#: src/ui/templates/questions/questionsubmission.hbs:7
msgid "expand question form"
msgstr "espandi il modulo per le domande"
Expand Down
10 changes: 0 additions & 10 deletions conf/i18n/translations/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ msgstr "[[date]]より後"
msgctxt "Before a date. Example: Before [August 15th]"
msgid "Before [[date]]"
msgstr "[[date]]より前"
#: src/ui/templates/results/alternativeverticals.hbs:28
msgid "([[resultsCount]] result)"
msgid_plural "([[resultsCount]] results)"
msgstr[0] "([[resultsCount]]件の結果)"

#: src/ui/components/filters/daterangefiltercomponent.js:199
msgctxt "Beginning at a date (with no end date). Example: [August 15th] or later"
Expand Down Expand Up @@ -482,12 +478,6 @@ msgctxt "Placeholder text for input field"
msgid "Enter your question here"
msgstr "ここに質問を入力して下さい"

#: src/ui/templates/search/autocomplete.hbs:14
msgid "[[resultsCount]] autocomplete option found"
msgid_plural "[[resultsCount]] autocomplete options found"
msgstr[0] "オートコンプリート選択が[[resultsCount]]件見つかりました"
msgstr[1] "オートコンプリート選択が[[resultsCount]]件見つかりました"

#: src/ui/components/filters/facetscomponent.js:277
msgctxt "True or False"
msgid "False"
Expand Down

0 comments on commit 7680db2

Please sign in to comment.