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

Customize language #385

Closed
matthieubrandt opened this issue Nov 14, 2023 · 4 comments
Closed

Customize language #385

matthieubrandt opened this issue Nov 14, 2023 · 4 comments

Comments

@matthieubrandt
Copy link

Hello there,

I have added NL.json.

How can i make this language shown as main language.

Thanks!

@matthieubrandt
Copy link
Author

nl.json

@phpony
Copy link
Contributor

phpony commented Nov 26, 2023

Put "nl" in this config file instead of "en" for editor to load into your language by default.

Change this config file from default:

					{
						name: 'English',
						target: 'tools/translate.translate',
						parameter: 'en',
					},
					{
						divider: true
					},

To your personalized order:

					{
						name: 'Dutch',
						target: 'tools/translate.translate',
						parameter: 'nl',
					},
					{
						divider: true
					},
					{
						name: 'English',
						target: 'tools/translate.translate',
						parameter: 'en',
					},

@viliusle
Copy link
Owner

viliusle commented Dec 1, 2023

I also included Dutch as additional language & added your translations.

1e11f8d
1fce319

@viliusle viliusle closed this as completed Dec 1, 2023
@matthieubrandt
Copy link
Author

Thank you brother!
You are a great man!

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

No branches or pull requests

3 participants