Translator reads all csvs in provided translation_csvs_path when in vignette it's said it only reads csv files with translation_ prefix. It subsequently allows to read non-translation csvs and it may throw an error about base language not being same across all translation files.
Now translator reads only files csv files with translation_ prefix.
Description
Translator reads all csvs in provided
translation_csvs_path
when in vignette it's said it only reads csv files withtranslation_
prefix. It subsequently allows to read non-translation csvs and it may throw an error about base language not being same across all translation files.Now translator reads only files csv files with
translation_
prefix.Closes #67