Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Translate webogram into Arabic #2100

Open
MesterPerfect opened this issue May 27, 2021 · 0 comments
Open

Translate webogram into Arabic #2100

MesterPerfect opened this issue May 27, 2021 · 0 comments

Comments

@MesterPerfect
Copy link

MesterPerfect commented May 27, 2021

Hello
I want to translate webogram into Arabic
I installed it on my server and tried to add Arabic, but it didn't work
I entered /js/locales and created ar-sa.json file
In it I put the contents of the en-us.json file and translated some phrases
After translating phrases, I modified the app.js file
I have modified this code

languages:
{
"en-us":"English",
"de-de":"Deutsch",
"es-es":"Español",
"it-it":"Italiano",
"ru-ru":"Русский",
"nl-nl":"Nederlands",
"pt-br":"Português (Brazil)"
}

After modification

languages:
{
"ar-sa":"Arabic",
"en-us":"English",
"de-de":"Deutsch",
"es-es":"Español",
"it-it":"Italiano",
"ru-ru":"Русский",
"nl-nl":"Nederlands",
"pt-br":"Português (Brazil)"

But it didn't work
Are there solutions?

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

No branches or pull requests

1 participant