-
Notifications
You must be signed in to change notification settings - Fork 88
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
Core - Improvements to i18n #157
base: main
Are you sure you want to change the base?
Conversation
The internal translations are in en-US at the moment. The source code for built-in views and other core elements are not updated to use this yet.
All - replaced _i18n with _internal when needed i18n - Moved for loop for loadLocale into a new function i18n - Made loadInternal public to other files (mostly for Application)
i18n - Slightly changed how internalXML was defined i18n - Added too much comments GLFW Platform - Added method to get locale (might work on certain platforms) Scripts - Remove i18n-linter
i18n - Comment improvements Application - Info message improvements
Resources - Converted demo.json to demo.xml Box - Using BRLS_ASSET instead of manual method
All - clang-format
This includes adding the folly library (only on GLFW right now) and boost preprocessor library (required for folly)
I like how I replaced a fatty library with a even more fatty library |
All - Clang-Format GLFW Platform - Changed error message of incompatible locale to mention the locale
No, I downloaded the 2021.03.22.00 release, It should be a subrepo |
…xtern/folly subrepo: subdir: "library/lib/extern/folly" merged: "09cc63cb9" upstream: origin: "https://github.com/facebook/folly.git" branch: "master" commit: "09cc63cb9" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596"
Okay done. It's now a subrepo! Also, just so you can know, the Switch build still uses |
Couldn't get what to build? F14FastMap?
Le 2 avril 2021 17:12:58 EmreTech ***@***.***> a écrit :
…
Okay done. It's now a subrepo! Also, just so you can know, the Switch build
still uses std::unordered_map. IIRC, I couldn't get it to build, so GLFW
will be using F14FastMap for now.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Yeah. It freaks out after it can't find file |
I decided to remove Folly because the library is too big and we're only using it for one purpose. Someone else can add it back later. |
Implements #127 and #130, all in one Pull Request.
This Pull Request aims to improves i18n and BRLS_ASSET.
Features implemented before this PR was made:
To-do with this Pull Request:
What's finished: