ItemTypes / Expansion missing loc ?
KatyPurry opened this issue ยท 8 comments
The translation is missing. I'm afraid nobody has really put effort into translating the French localization in quite some time now. But those brackets are two options in the BagSync config for itemtypes and expansions.
If you are willing to work on the translations that would be appreciated, otherwise let me know and I'll go ahead and close this ticket. ๐
If you are willing to work on the translations that would be appreciated, otherwise let me know and I'll go ahead and close this ticket. ๐
Sure ! Iโll take a look tomorrow ๐
Do you have a tool to add all the missing English language keys to the French translation file?
Do you have a tool to add all the missing English language keys to the French translation file?
Make the edits here at the following link for the frFR.lua file, that way I can apply them easier. Anytime you want to update it, just click this link. ๐
https://github.com/Xruptor/BagSync/edit/master/locale/frFR.lua
When you are done, just simply add a title and a description at the bottom and submit! I suggest you do a comparison with the english enUS file as @nanjuekaien1 recommended.
Can only be compared to do localization
https://github.com/Xruptor/BagSync/blob/master/locale/enUS.lua
excellent! Nicely done, if you have ANY issues on any of the localizations terms let me know. Careful with Color codes btw. They start with |c and have 8 characters so something like |cFFd1d1d1
followed by the text and finally have an end tag that is |r
. So what you should edit is just the text in the middle. |cFFd1d1d1
text in the middle |r
. Things like [%s]
are format codes so don't touch those as they will be replaced with text as part of the sentence.
If there is anything else you see that you are confused about, just let me know here. I already accepted your initial merge.