-
-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1) Untranslated phrases can now be sorted by "type", e.g. "UI element", "status bar message", "tooltip", etc. This allows translators with limited time to prioritize important phrases (UI elements) over less-important phrases (tooltips). 2) The language editor now lists the file(s) where a given phrase occurs. This makes it much easier to infer and/or double-check context. 3) The above features are made possible by a new mini phrase "database" that stores per-phrase information. The language file generator produces this db alongside the primary en-US language file. 4) The language editor now swaps between phrases much much *MUCH* faster. (Hash tables are used to map between listbox indices and array indices, vs the naive search used before.) Also included in this commit is a new German localization c/o Roy K. Thank you, Roy!
- Loading branch information
1 parent
ca8b5bf
commit e91936f
Showing
18 changed files
with
1,222 additions
and
445 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.