libretro / gambatte-libretro

Hard fork of Gambatte to the libretro API.
http://sourceforge.net/projects/gambatte/
GNU General Public License v2.0
105 stars 79 forks source link

New automatic Crowdin sync procedure #210

Closed DisasterMo closed 2 years ago

DisasterMo commented 2 years ago

Description

Based on RetroArch's automatic Crowdin sync workflow, I have updated the previous ones introduced in #196. Given that the Crowdin API Token is accessible, the two workflows in this PR will:

Now, since my scripts don't change 'libretro_core_options.h' by design, actually integrating the languages has to be done manually.

I went ahead and added all languages supported by RetroArch at this moment. Since they are not yet present in 'libretro_core_options_intl.h', this code won't be compilable until the initial sync cycle completes.

Related to libretro/RetroArch#13223