I also noticed an error in the translation of the localization of 'ru', the admin panel gives an error, how do I fill in the localization with the missing lines of translation?
These configuration duplicates are intentional, allowing configuration settings to be overridden at the environment level. Please see the Waterhole docs and the Laravel docs on configuration and environment variables.
Regarding the missing ru translations, please refer to the Localization docs - you could try a local override to fill in the missing translations, and then follow the steps to contribute back to the Waterhole repository (the ru translation is found here).
Hi @TOWUK,
These configuration duplicates are intentional, allowing configuration settings to be overridden at the environment level. Please see the Waterhole docs and the Laravel docs on configurati...
thanks to
@Toby , yes, I started learning Laravel, now I understand :)
3 Comments
I also noticed an error in the translation of the localization of 'ru', the admin panel gives an error, how do I fill in the localization with the missing lines of translation?
Hi @TOWUK,
These configuration duplicates are intentional, allowing configuration settings to be overridden at the environment level. Please see the Waterhole docs and the Laravel docs on configuration and environment variables.
Regarding the missing
ru
translations, please refer to the Localization docs - you could try a local override to fill in the missing translations, and then follow the steps to contribute back to the Waterhole repository (theru
translation is found here).thanks to @Toby , yes, I started learning Laravel, now I understand :)