doshidak / showdex

Pokémon Showdown extension that harnesses the power of parabolic calculus to strategically extract your opponents' Elo.
GNU Affero General Public License v3.0
104 stars 18 forks source link

i18n + fr Locale + Asset Bundles + Standalone #179

Closed doshidak closed 9 months ago

doshidak commented 9 months ago

Details

This PR largely implements internationalization (aka. i18n) & replaces all the strings in the UI into JSON files split by locale. In addition, a new asset bundle loading system for bundling sets into Showdex builds was kinda added not really it's just a fancy way of saying I wrote TypeScript interfaces (but it looks cool) lmao. Finally, a new experimental 'standalone' BUILD_TARGET was implemented.

Oh ya, the bugs. Fixed ! c:

See the v1.2.1 release for more detailed information regarding the changes made in this PR.

Issues

Closes #177
Closes #178