Latvian Localization Support - #25
Open
RMednis wants to merge 2 commits into
Open
Conversation
Added in Latvian Localised text strings for all the months, days and the short hand form of the days. :D
This updates the fonts to have support for letters with Latvian diacritic markings (Ā,Ī,Ē,Š) that were needed for the localization text. I manually added the letters into the source font files, and exported them to the header files. :D
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds support for Latvian as an optional language for localization.
Unfortunately the original fonts used in the project didn't have glyphs for some of the Latvian diacritic characters (Ā,Ē,Ī) and the one for Š that was not exported before. I recreated them by modifying existing diacritic characters from other languages available in the font and adding them as new characters.
Unfortunately, since the version of the fonts I found online don't match the ones used in the project before, this creates massive deltas for the font headers. To reduce them, I can always replicate the changes if someone provides me with the original font files, or we can update the generation scripts to overlay these new characters over the existing font.