Twintop's Resource Bar

Twintop's Resource Bar

670k Downloads

Add Localization

Twintop opened this issue ยท 4 comments

commented

Localization Google Sheet
https://docs.google.com/spreadsheets/d/1ICs-ZR3KeySXXD268xNUqzkc9Eqi0bXhjISUL0AoPRQ/edit?usp=sharing

Status by file (that has localizable strings within it):

Shared

  • Init.lua
  • Classes\Target.lua
  • Functions\BarText.lua
  • Functions\LibSharedMedia.lua
  • Functions\News.lua
  • Functions\Threshold.lua
  • Options\OptionsUi.lua
  • Options\Options.lua

Class Implementations

  • ClassModules\DemonHunter.lua
  • ClassModules\Druid.lua
  • ClassModules\Evoker.lua
  • ClassModules\Hunter.lua
  • ClassModules\Monk.lua
  • ClassModules\Priest.lua
  • ClassModules\Rogue.lua
  • ClassModules\Shaman.lua
  • ClassModules\Warrior.lua

Class Options Menus

  • ClassModules\Options\DemonHunterOptions.lua
  • ClassModules\Options\DruidOptions.lua
  • ClassModules\Options\EvokerOptions.lua
  • ClassModules\Options\HunterOptions.lua
  • ClassModules\Options\MonkOptions.lua
  • ClassModules\Options\PriestOptions.lua
  • ClassModules\Options\RogueOptions.lua
  • ClassModules\Options\ShamanOptions.lua
  • ClassModules\Options\WarriorOptions.lua

Original content:
xy985426 on CurseForge requests:

Please add a localization file thank you

commented

Hey Twintop, i'm interested in participating for the french translation, is there specific things i need to know before ?

commented

Actually, there is one thing to be aware of that I don't want to forget to mention. WoW's text rending has some pretty handy built in language escape sequences, including one that might be useful for French -- https://warcraft.wiki.gg/wiki/UI_escape_sequences#French . I'm using the |5 escape for a/an in a couple of places.

commented

@LucasCH13 Hi there, thanks for being interested in helping translate the addon!

What I'll be doing is sharing some files that contain translations (from English) that need to be made. Probably, I'll have them present in a Google Sheet with the English version in one column and translations in subsequent columns. I'll take that spreadsheet and have a process to automagically spit out/fill in the Lua locale files.

I'm working through getting all of the strings converted over to be able to be used for localization right now and likely won't have a file ready to work on for a week or so (depending on IRL).

commented

All strings within the addon are now localizable.