* Augment grammar to support ratio syntax
* Reverted previous commit and fixed/simplified the decimal parsing logic
- The decimal values are indeed parsed by reconstructing from three tokens, which can be two number tokens and either a slash or a dot, e.g. `1.23` or `1/3`.
* Compilation fix
- For range and index-related issues I will let it to Poker
* 修复相关问题,实现功能
* 更新帮助文档
* Translation EN/FR for newly added int-range and frac-range syntaxes
* update
---------
Co-authored-by: Poker <poker_sang@outlook.com>
* Add trasnlation script and guide
Added a script for creating translation files in the new language folder and a guide for translating strings inside files.
* Rename translate .ps1 to translation.ps1
* Update and rename translate.md to translation.md
* fix relative paths
and delete unnecessary text editors if not needed. VScode and Resource Checker should be enough
* Update translation.ps1
---------
Co-authored-by: Poker <poker_sang@outlook.com>
* [Translation] Added macro examples in help text translation for fr and en
* [Translation] Update translated entries for french in MacroParser and SettingsPage resjsons
* [Translation] FR & EN translation of help texts
* [Translation] Usage of Segoe UI for EN and FR texts
* [Misc] Rename txt files to md suffix
* [Misc] Fix supporter
* [Translation] French readme file and links
* Update README.fr.md
* Update README.fr.md
* Update README.fr.md
* Update README.en.md
---------
Co-authored-by: Poker <poker_sang@outlook.com>
* [Translation] FR for short descriptions
* [Translation] Entries in Controls
* [Translation] Long resjson files
* [Translation] Fixes and updates to keep FR translation up to date with CN base from #463 to #467
* [Translate/Fix] Fixed two previous fixed CN occurrences
* [Translate/Fix] Fixed some more mismatches
* fix resjson
---------
Co-authored-by: Poker <poker_sang@outlook.com>