File tree Expand file tree Collapse file tree 4 files changed +17
-2
lines changed
Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 2525 run : |
2626 gem install bundler
2727 bundle install
28- - name : Run i18n-tasks health
28+ - name : Normalize locale files
2929 run : |
30- bundle exec i18n-tasks health
30+ bundle exec i18n-tasks normalize
31+ - name : Check missing translations
32+ run : |
33+ bundle exec i18n-tasks check-missing
34+ - name : Check consistent interpolations
35+ run : |
36+ bundle exec i18n-tasks check-consistent-interpolations
3137 - name : Upload i18n health report
3238 if : always()
3339 run : |
Original file line number Diff line number Diff line change 656656 new :
657657 title : Title
658658 none-yet : None-yet
659+ show :
660+ create_event : Create an Event
659661 tabs :
660662 buildings : Buildings
661663 contact_details : Contact details
@@ -1662,6 +1664,7 @@ en:
16621664 tabs :
16631665 about : About
16641666 contact : Contact
1667+ events : Events
16651668 invitations : Invitations
16661669 members : Members
16671670 ' true ' : true
Original file line number Diff line number Diff line change 659659 new :
660660 title : Título
661661 none-yet : None-yet
662+ show :
663+ create_event : Crear un evento
662664 tabs :
663665 buildings : Edificios
664666 contact_details : Detalles de contacto
@@ -1654,6 +1656,7 @@ es:
16541656 tabs :
16551657 about : Acerca de
16561658 contact : Contacto
1659+ events : Eventos
16571660 invitations : Invitaciones
16581661 members : Miembros
16591662 ' true ' : Sí
Original file line number Diff line number Diff line change 661661 new :
662662 title : Titre
663663 none-yet : None-yet
664+ show :
665+ create_event : Créer un événement
664666 tabs :
665667 buildings : Bâtiments
666668 contact_details : Détails de contact
@@ -1682,6 +1684,7 @@ fr:
16821684 tabs :
16831685 about : À propos
16841686 contact : Contact
1687+ events : Événements
16851688 invitations : Invitations
16861689 members : Membres
16871690 ' true ' : Oui
You can’t perform that action at this time.
0 commit comments