1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-09-19 21:45:04 +01:00
Commit graph

12 commits

Author SHA1 Message Date
Hugo 09cd4c08d6
French localization and several other localization tweaks (#168)
* Update menus.json (POEditor.com)

* Update menus.json (POEditor.com)

* Update menus.json (POEditor.com)

* Update menus.json (POEditor.com)

* indentation fix + MORE TRAD!

* fr trad

* Localization

- All languages
    - Standardized (spelling, capitalization etc) the following proper nouns: AIO-switch-updater ; GitHub ; GBAtemp.net ; Cheat Slips.
    - Typography: changed double spaces to simple spaces after the unicode character \ue016 ; replaced all ellipsises by their unicode character "…"
    - Accessibility: changed langage names to their local, original names. Names copied from this list https://partner.steamgames.com/doc/store/localization which is the least confusing of all the ressources I could find about languages and codes. It does not contain zh-Hant nor zh-Hans so I've left them alone.
- English
    - Some editing to make some lines easier to read and understand. I'm reading Microsoft's style guide and will do some more edits later.
- French
    - Complete translation, again with guidance from MS' style, again more edits incoming later.
        - Étant donné que la communauté à l'air d'utiliser beaucoup de terminologie anglaise dans ses échanges et sa documentation, j'ai décidé de ne pas traduire des termes comme payload (charge utile).
- Code typos reporting (Not touching it I don't want to break stuff)
    - A colon in the "main.get_all_cheats:" string name.
    - "cheats.cheastlips_title" should be "cheats.cheatslips_title" (s and t inversion)

* DE edit + app name capitalization

Pull requests are hard.

* Update README.md
2022-01-05 22:50:58 +01:00
flb d6aa6716a0 use more f-strings for localization, small code refactor 2021-10-27 17:56:29 +02:00
flb 62b0a162be Small UX tweaks 2021-10-26 15:48:24 +02:00
flb cc50d526c0 Better archive detection 2021-10-19 14:09:12 +02:00
flb cf9ad1d51a add payload downloads to bootloader tab 2021-09-27 21:56:41 +02:00
flb 3964a2281e bump version and format json files 2021-09-24 17:58:25 +02:00
flb 0af19943a6 Disabled the option to download individual cheat codes while in applet mode, except for the one game currently running. UI tweaks. Prevents crashes when requesting invalid CheatSlips cheat sheets. Bunch of refactoring. 2021-06-28 00:46:00 +02:00
teddy74eva bab943bb0a
Update menus.json to reflect latest changes (v2.5.3) (#99)
* Update menus.json

Added and translated missing lines from v2.5.3

* Update menus.json to reflect latest changes (v2.5.3)

Added and translated missing lines from commit 037bc5ac04
2021-06-04 14:57:26 +02:00
flb 5d4a4622db small fixes regarding Mariko 2021-05-24 19:23:16 +02:00
flb f8fbc5d85a Mariko support 2021-05-24 16:32:32 +02:00
teddy74eva 791db257c3
Fixed some errors, clarified a few descriptions 2021-03-19 20:17:42 +01:00
flb 116d0af18f Added Polish locale https://github.com/HamletDuFromage/aio-switch-updater/issues/69 2021-03-19 17:12:23 +01:00