Dedicated_Valheim_Server_Script
Dedicated_Valheim_Server_Script copied to clipboard
[How-to] How can I add my language to the project!?
If we are missing your Lang pack and you want to add it, please visit the main branch and make a copy of the template.conf file and away.
https://github.com/Nimdy/Dedicated_Valheim_Server_Script/blob/main/lang/template.conf
Please try and follow the process like this:
Example:
PLEASE_CONFIRM="Please confirm Press y(YES) or n(NO):" ECHO_DONE="Done" RETURN_MAIN_MENU="Go to Main Menu" CHOOSE_MENU_OPTION="Choose an option:" WRONG_MENU_OPTION="Wrong option."
Change to:
#PLEASE_CONFIRM="Please confirm Press y(YES) or n(NO):" PLEASE_CONFIRM="Whatever this means in my lang y(your lang) or n(your lang):" #ECHO_DONE="Done" ECHO_DONE="whatever this mean" #RETURN_MAIN_MENU="Go to Main Menu" RETURN_MAIN_MENU="your lang" #CHOOSE_MENU_OPTION="Choose an option:" CHOOSE_MENU_OPTION="your lang:" #WRONG_MENU_OPTION="Wrong option." WRONG_MENU_OPTION="your lang:"
DO NOT CHANGE anything $whatever or other system variables.
Then send to me or post them here.
Thank you!