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
Hello! I have an unexpected translation behavior for non-standard use of translations in my project.
Source language in my project in en-GB, and the base language of the site is also en-GB, but administrator want to change some interface texts without editing the program code. So, we've created translations from source language to en-GB and changed some strings.
On the site the texts have changed correctly, but in the translation table the data is displayed in a strange way, which is very confusing to the administrator.
Instead of the source text, the translation is also displayed in the sourse column! And the filter of the source column works also for the translation.
I understand that such use was not foreseen by your component, but it is not prohibited by software, which means that someone can do the same as we do, and he too will be at a loss, without access to the source code.
P.S. At the moment, I have solved the problem by changing the sourceLanguage in the settings of Yii2 to "en" without "-GB".
The text was updated successfully, but these errors were encountered:
Hello! I have an unexpected translation behavior for non-standard use of translations in my project.
Source language in my project in en-GB, and the base language of the site is also en-GB, but administrator want to change some interface texts without editing the program code. So, we've created translations from source language to en-GB and changed some strings.
On the site the texts have changed correctly, but in the translation table the data is displayed in a strange way, which is very confusing to the administrator.
Instead of the source text, the translation is also displayed in the sourse column! And the filter of the source column works also for the translation.
I understand that such use was not foreseen by your component, but it is not prohibited by software, which means that someone can do the same as we do, and he too will be at a loss, without access to the source code.
P.S. At the moment, I have solved the problem by changing the sourceLanguage in the settings of Yii2 to "en" without "-GB".
The text was updated successfully, but these errors were encountered: