You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: