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
I don't know what changed these days, but I have problems with some of my translations. Just happens to the ones that are arrays of values and the first value is empty. I have tried older versions of the gem and still happens the same. Do you think it's related to the API? Was working few days ago. Here an example:
My solution: Delete all config of time on files you will upload to Onesky. We create new file ex: locales/time._your_language_.yml. Then ignore this file in config/onesky.yml
Hi,
I don't know what changed these days, but I have problems with some of my translations. Just happens to the ones that are arrays of values and the first value is empty. I have tried older versions of the gem and still happens the same. Do you think it's related to the API? Was working few days ago. Here an example:
Original file from the rails i18n repository: https://github.com/svenfuchs/rails-i18n/blob/master/rails/locale/en.yml
Can be uploaded and translated without problems. Errors appear when downloading the translation.
Tried changing the format of original file to an array like:
or even
but no luck.
Any tips on how to solve it?
The text was updated successfully, but these errors were encountered: