We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discussion in the karaoke-dev/karaoke#1265 (comment) with @smoogipoo It will be better if localization string can be place into different folder in the Localisation
Localisation
Here's the solution figured out by @smoogipoo:
MyProject |- Localisation |- Chat |- ... => *Strings files <-------------------| |- SomeOtherLargeNamespace | |- ... => *Strings files <--------------------|------------------| |- UI | | |- Chat | | |- .editorconfig => Maps to Localisation/Chat namespace | | |- ... | |- SomeOtherLargeNamespace | |- .editorconfig => Maps to Localisation/SomeOtherLargeNamespace namespace | |- ... |- Resources |- ...
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Discussion in the karaoke-dev/karaoke#1265 (comment) with @smoogipoo
It will be better if localization string can be place into different folder in the
Localisation
Here's the solution figured out by @smoogipoo:
The text was updated successfully, but these errors were encountered: