PenguLoader / PenguLoader

✨ The ultimate JavaScript plugin loader, build your unmatched LoL Client.
https://pengu.lol
Do What The F*ck You Want To Public License
346 stars 56 forks source link

[Core] 🌍 Builtin plugin i18n support #82

Closed BakaFT closed 8 months ago

BakaFT commented 8 months ago

Thanks to 冷泡茶OuO@Discord for zh_TW translations

nomi-san commented 8 months ago

I'll make a simpler i18n and support custom command actions for locale specific via JSON.

{
  "fallback": "en-US",
  "translations": {
    "_locales": [
      "en-US"
    ],
    "general": {
      "active": "Pengu Loader is active!"
    },
    "actions": [
      {
        "name": "Home",
        "perform": "https://pengu.lol"
      },
      {
        "name": "Create ARAM",
        "perform": "$create.aram"
      }
    ]
  }
}