You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the incoming changes from the upstream releases is a modification to the file translation.fr-CA.yml. This modification would update French translations for the "Template Header Error" message.
Should we accept these changes? Currently, the file is using our current translations and the incoming translations are commented out. Should I leave it that way? Or would we prefer the incoming translations? Thank you.
# OPTION 1: OUR CURRENT TRANSLATIONS
one: 'Impossible d''enregistrer ce(tte) %{model} : 1 erreur'
other: 'Impossible d''enregistrer ce(tte) %{model} : %{count} erreurs'
# OPTION 2: NEW INCOMING TRANSLATIONS
one: " 1 erreur a empêché l’enregistrement de %{model}"
other: "%{count} erreurs ont empêché l’enregistrement de %{model} "
The text was updated successfully, but these errors were encountered:
This was addressed via PR #474.
(Additional Note: I don't think this file should've been manually edited anyway. Rather, it should be set automatically when the sync task is run with disable_yaml set to false.
One of the incoming changes from the upstream releases is a modification to the file translation.fr-CA.yml. This modification would update French translations for the "Template Header Error" message.
Should we accept these changes? Currently, the file is using our current translations and the incoming translations are commented out. Should I leave it that way? Or would we prefer the incoming translations? Thank you.
The text was updated successfully, but these errors were encountered: