Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Video-Downloader/web/changelogs/2.2.5.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
17 lines (15 sloc)
805 Bytes
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
--- | |
title: "remade localization system once again" | |
date: "Jul 24, 2022" | |
--- | |
- new localization system: fast, dynamic, way more organized | |
- localization strings are WAY more descriptive | |
- it's now easier to add support for other languages (just one loc file instead of five) | |
- localization now falls back to english if localized string isnt available | |
- got rid of all static language selectors (probably) | |
- slightly updated english and russian strings | |
- miscellaneous settings items have been bundled together and moved to the bottom, cause they're used the least | |
- bottom links should no longer touch the popup border on overflow | |
- rearranged popup order in the rendered page | |
- bumped version up to 2.2.5 | |
if you see strings that are like this: !!EXAMPLE!! or withoutspace please file an issue on github |