🇬🇧🇬🇧 🇬🇧 תרגום
אפשר לתרגם הכל ב ItemsAdder,זה ממש פשוט.
תרגום דברים
איך לתרגם את החפצים ב-ItemsAdder
אם אתם רוצים לתרגם את החפצים בפלאגין פשוט העתיקו אותם מהקובץ שלי.\
open folder plugins\ItemsAdder\data\items_packs\dictionaries\ia_default_items
copy and paste the file en.yml
change
dictionary-lang
fromen
to your language identifier (examplefr
)translate everything you want
open config.yml and set
dictionaries-lang
to your language identifier (examplefr
)reload the plugin or restart the server
Create your own translation for your new items
To create your own translations for your own items (you won't likely need this, but if you want to share your items online in the future it would be better to make them translatable) you just have to create a new file wherever you want (I'd put it inside the dictionaries
folder for easier organization, but you can put anywhere inside items_packs
).
This is how it looks like:
And this is how my items file looks like:
As you can see I set the display_name
to "display-name-my_sword", this will tell IA to replace the text with text from the dictionary, so sword would be named "épée de saleté".
You can skip the translation part and do this directly, but this won't allow you to easily translate items in the future if you need to.
Translate commands and messages
You just have to open lang folder and copy and paste en.yml, then translate it and change the lang setting in config.yml to your file name.
Last updated