-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Use Unity Localization build-in mechanism #1026
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1026 +/- ##
==========================================
+ Coverage 76.43% 77.16% +0.73%
==========================================
Files 344 344
Lines 7655 7655
==========================================
+ Hits 5851 5907 +56
+ Misses 1804 1748 -56
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Kudos, SonarCloud Quality Gate passed! |
Now we can localized content using Unity Localization.
Resolves #997