Skip to content

Commit

Permalink
Added French-Support
Browse files Browse the repository at this point in the history
Thanks to VorraX from the Discord-Cummunity I could add a French-Support-File.

I also made Auto-Stats translateable.
In the Language-Files you will find now:

- MultiBot.info.shorts.bag
- MultiBot.info.shorts.dur
- MultiBot.info.shorts.xp
- MultiBot.info.shorts.mp

The Chinese-, German- and Englisch-Versions are already translated.
I asked VorraX about the Short in French, because I didnt get an answer yet, I took the English as Default for now.

To allow the Americans to translate themself MultiBot.
*Maybe my English isnt good enough for them.*
I added also an "enUS"-Language-File with the "enGB" as default.

Have Fun
  • Loading branch information
Macx-Lio authored Nov 10, 2024
1 parent 1228876 commit e92691c
Show file tree
Hide file tree
Showing 8 changed files with 4,685 additions and 8 deletions.
13 changes: 13 additions & 0 deletions MultiBot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ MultiBot.timer.invite.interval = 5
-- INFO --

MultiBot.info = {}
MultiBot.info.shorts = {}
MultiBot.info.command =
"Command not found.";

Expand Down Expand Up @@ -128,6 +129,18 @@ MultiBot.info.combination =
MultiBot.info.reward =
"Select the Rewards";

MultiBot.info.shorts.bag =
"Bag";

MultiBot.info.shorts.dur =
"Dur";

MultiBot.info.shorts.xp =
"XP";

MultiBot.info.shorts.mp =
"MP";

-- INFO:TALENT --

MultiBot.info.talent = {}
Expand Down
4 changes: 3 additions & 1 deletion MultiBot.toc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
## SavedVariables: MultiBotSave

MultiBot.lua
MultiBotLanguage-enGB.lua
MultiBotLanguage-deDE.lua
MultiBotLanguage-enGB.lua
MultiBotLanguage-enUS.lua
MultiBotLanguage-frFR.lua
MultiBotLanguage-zhCN.lua
MultiBotEngine.lua
MultiBotHandler.lua
Expand Down
11 changes: 11 additions & 0 deletions MultiBotLanguage-deDE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,17 @@ MultiBot.info.combination =
MultiBot.info.reward =
"Wähle die Belohnungen";

MultiBot.info.shorts.bag =
"Bag";

MultiBot.info.shorts.dur =
"Dur";

MultiBot.info.shorts.xp =
"XP";

MultiBot.info.shorts.mp =
"MP";

-- INFO:TALENT --

Expand Down
16 changes: 14 additions & 2 deletions MultiBotLanguage-enGB.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,17 @@ MultiBot.info.combination =
MultiBot.info.reward =
"Select the Rewards";

MultiBot.tips.move.talent =
"Right-Click to drag and move the Talents";
MultiBot.info.shorts.bag =
"Bag";

MultiBot.info.shorts.dur =
"Dur";

MultiBot.info.shorts.xp =
"XP";

MultiBot.info.shorts.mp =
"MP";

-- INFO:TALENT --

Expand Down Expand Up @@ -207,6 +216,9 @@ MultiBot.tips.move.spellbook =
MultiBot.tips.move.reward =
"Right-Click to drag and move the Reward-Selector";

MultiBot.tips.move.talent =
"Right-Click to drag and move the Talents";

-- TANKER --

MultiBot.tips.tanker.master =
Expand Down
Loading

0 comments on commit e92691c

Please sign in to comment.