1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-11-10 04:21:44 +00:00
Commit graph

44 commits

Author SHA1 Message Date
flb
cfff64a59c fix wrong bid for titles overriden by HBL (closes https://github.com/HamletDuFromage/aio-switch-updater/issues/205) 2022-07-25 16:55:07 +02:00
flb
0c119cd59e Fix japanese translation file (closes https://github.com/HamletDuFromage/aio-switch-updater/issues/200) 2022-05-23 13:51:37 +02:00
yyoossk
5ecdd0ed5b
jpn fix (#199)
* jpn update

* jpn fix

* jpn fix

* jpnfix

* jpn fix
2022-05-22 15:35:33 +02:00
yyoossk
a5b68b2962
jpn update (#196)
* jpn update

* jpn fix

* jpn fix

* jpnfix
2022-05-21 13:08:38 +02:00
flb
c6b8713ea3 better arrows 2022-05-16 16:09:40 +02:00
yyoossk
ea41c26f1e
jpn update (#189)
* jpn update

* jpn update

* add misisng comma

Co-authored-by: HamletDuFromage <61667930+HamletDuFromage@users.noreply.github.com>
2022-05-02 13:03:05 +02:00
flb
8e594aa80e clean up language changing code 2022-04-21 01:58:50 +02:00
flb
b7cf0dd132 add log out option for cheatslips https://github.com/HamletDuFromage/aio-switch-updater/issues/180#issuecomment-1083559106 2022-03-30 21:56:20 +02:00
flb
a015fd3161 bump version 2022-03-26 14:25:50 +01:00
yyoossk
764548a9b6
jpn update (#179)
* jpn update

* add missing comma

* add missing comma

Co-authored-by: HamletDuFromage <61667930+HamletDuFromage@users.noreply.github.com>
2022-03-17 13:35:10 +01:00
Hugo
2b87d60e34
Loc update (#178)
* Loc update

- FR loc up to date with EN
- Replaced undefined "\ue016" unicode character by the black diamond "\u25c6" that actially shows up in the app.

BTW I still have no idea how to properly use the localization python stuff. Fed it some -r and -w and it spat some errors to my face.

* Update README.md

crediting myself, as a treat
2022-03-10 13:14:40 +01:00
flb
70a2445688 bump copyright year 2022-02-20 20:31:24 +01:00
flb
b6b7b45c32 add hekate_ipl download 2022-02-20 16:33:54 +01:00
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
yyoossk
1268c47b6e
jpn update (#158)
* jpn update

* Add files via upload

* jpnupdate v4

* jpn update v4
2021-10-27 23:41:29 +02:00
flb
d6aa6716a0 use more f-strings for localization, small code refactor 2021-10-27 17:56:29 +02:00
yyoossk
ea3e18d011
updated jpn localization (#156)
* Add files via upload

* jpn update

* jpn update

* jpn update
2021-10-27 17:00:40 +02:00
flb
6d5a2a7966 bump version 2021-10-26 15:52:02 +02:00
yyoossk
c05488ee19
jpn update (#155)
* jpn update

* jpn update v2
2021-10-26 15:48:48 +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
888c576c84 fix payload downloads 2021-09-28 14:43:48 +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
yyoossk
8fd21b4a2d
JPN FIX2 SORRY (#119)
* jpn update

* JPN FIX

* JPN FIX2 SORRY

* JPN FIX3 SORRY
2021-08-05 19:17:01 +02:00
yyoossk
df176c0a18
JPN FIX (#118)
* jpn update

* JPN FIX
2021-08-05 19:03:10 +02:00
flb
46d1c7de6c add missing comma to previous PR 2021-07-30 17:33:13 +02:00
yyoossk
23366ee2ab
jpn update (#115) 2021-07-30 17:32:00 +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
flb
ae73d59de9 Fixed broken japanese i18n file 2021-05-31 15:00:55 +02:00
yyoossk
e13aed7274
fix2 2021-05-31 08:01:18 +09:00
yyoossk
e4fba7317b
japanese fix 2021-05-31 07:50:12 +09:00
flb
459d1176b3 Updated japanese translation files https://github.com/HamletDuFromage/aio-switch-updater/pull/94 2021-05-28 16:28:38 +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
flb
a42566472b replaced glitched character unicode character in i18n files 2021-03-02 15:18:15 +01:00
flb
1f452bbdda refactored internationalisation files 2021-03-01 19:24:55 +01:00
flb
ed1c5c2407 refactored internationalisation files 2021-03-01 19:19:17 +01:00
flb
2481533a0a Added cheatslips support, way to hide tabs, several tweaks and cleanups 2021-02-06 18:24:47 +01:00
flb
c078d6fc66 typos, again
typos, again
2021-01-30 03:30:19 +01:00
yyoossk
154f9793e3 Improved japanese translation
cleanup

Improved japanese translation
2020-10-09 22:44:04 +02:00
flb
8171510c2e Fixed self-update 2020-10-07 02:51:29 +02:00
flb
4bbf53a83a fixed self update 2020-10-07 02:08:39 +02:00
flb
a1153523ee Fixed jpn local and bumped version 2020-10-06 15:35:23 +02:00
Renamed from resources/i18n/jp/menus.json (Browse further)