Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[How-to] How can I add my language to the project!? #199

Open
Nimdy opened this issue Mar 17, 2021 · 0 comments
Open

[How-to] How can I add my language to the project!? #199

Nimdy opened this issue Mar 17, 2021 · 0 comments
Labels
GUIDE How to guides

Comments

@Nimdy
Copy link
Owner

Nimdy commented Mar 17, 2021

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GUIDE How to guides
Projects
None yet
Development

No branches or pull requests

1 participant