Skip to content

Commit

Permalink
🧹 Remove required translations from locales
Browse files Browse the repository at this point in the history
This commit will remove the override for the `required` translations
since it changed to a badge badge-style in Bootstrap 4.  This is
accounted for in Hyrax so we can fall back to that.
  • Loading branch information
kirkkwang committed Dec 18, 2023
1 parent 8ac6d41 commit 7254e9f
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions config/locales/hyrax.de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1199,5 +1199,3 @@ de:
defaults:
find_child_work: Suche nach einer Arbeit…
member_of_collection_ids: Sammlung auswählen…
required:
html: <span class="label label-info required-tag">erforderlich</span>
2 changes: 0 additions & 2 deletions config/locales/hyrax.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1203,5 +1203,3 @@ en:
defaults:
find_child_work: Search for a work…
member_of_collection_ids: Select a collection…
required:
html: <span class="label label-info required-tag">required</span>
2 changes: 0 additions & 2 deletions config/locales/hyrax.es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1200,5 +1200,3 @@ es:
defaults:
find_child_work: Busca trabajo ...
member_of_collection_ids: Seleccione una colección ...
required:
html: <span class="label label-info required-tag">necesario</span>
2 changes: 0 additions & 2 deletions config/locales/hyrax.fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1198,5 +1198,3 @@ fr:
defaults:
find_child_work: Rechercher une œuvre…
member_of_collection_ids: Sélectionnez une collection…
required:
html: <span class="label label-info required-tag">obligatoire</span>
2 changes: 0 additions & 2 deletions config/locales/hyrax.it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1200,5 +1200,3 @@ it:
defaults:
find_child_work: Cerca un'opera ...
member_of_collection_ids: Seleziona una collezione ...
required:
html: <span class="label label-info required-tag">necessario</span>
2 changes: 0 additions & 2 deletions config/locales/hyrax.pt-BR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1200,5 +1200,3 @@ pt-BR:
defaults:
find_child_work: Procure um trabalho…
member_of_collection_ids: Selecione uma coleção…
required:
html: <span class="label label-info required-tag">requeridos</span>
2 changes: 0 additions & 2 deletions config/locales/hyrax.zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1200,5 +1200,3 @@ zh:
defaults:
find_child_work: 正在搜寻作品…
member_of_collection_ids: 选择一个收藏夹…
required:
html: <span class="label label-info required-tag">需要</span>

0 comments on commit 7254e9f

Please sign in to comment.