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 have tried settings you've mentioned and it indeed doesn't ignore synonyms.yml, which is strange.
I don't know exactly what causes this, but looks like my fork has this fixed, you can try it out: https://github.com/solaluset/i18nice
I use
i18n.set('filename_format', 'translations.{format}')
to load
translations.yml
and that works fine.However, I would like to exclude
synonyms.yml
from the load path because I use that file for a different purpose.=> How to do so?
I tried to use negative look ahead regular expression
'^(?!synonyms)translations.{format}'
but that did not work.
The text was updated successfully, but these errors were encountered: