Skip to content
New issue

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

[Proposal] Category the the localization string class by folder. #53

Closed
andy840119 opened this issue Jun 7, 2022 · 0 comments · Fixed by #57
Closed

[Proposal] Category the the localization string class by folder. #53

andy840119 opened this issue Jun 7, 2022 · 0 comments · Fixed by #57

Comments

@andy840119
Copy link

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:

MyProject
|- Localisation
   |- Chat
      |- ...                        => *Strings files  <-------------------|
   |- SomeOtherLargeNamespace                                              |
      |- ...                        => *Strings files <--------------------|------------------|
|- UI                                                                      |                  |
   |- Chat                                                                 |                  |
      |- .editorconfig              => Maps to Localisation/Chat namespace |                  |
      |- ...                                                                                  |
   |- SomeOtherLargeNamespace                                                                 |
      |- .editorconfig              => Maps to Localisation/SomeOtherLargeNamespace namespace |
      |- ...
|- Resources
   |- ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant