Language translation volunteers #154
Pinned
replaysMike
announced in
Announcements
Replies: 9 comments 8 replies
|
Hi Mike, I will start the Italian translation. |
5 replies
Thanks! I appreciate the help |
0 replies
|
Italian language has been merged in with v2.3.6 |
0 replies
|
Hello Mike, I started with the german translation. -BR norticum |
2 replies
|
I don’t think it’s possible on your end unless you are building Binner from
source. I should make this configurable so that would be possible. But I
can run a custom build for you with German enabled and send it to you.
It’s located in the file Header.js
const lngs = {
en: { nativeName: 'English', flag: 'gb' }, // english
it: { nativeName: 'Italiano', flag: 'it' }, // italian
// temporary: enable languages as the translations are finished.
//de: { nativeName: 'Deutsch', flag: 'de' }, // german
//fr: { nativeName: 'Français ', flag: 'fr' }, // french
//es: { nativeName: 'Español', flag: 'mx' }, // spanish
//zh: { nativeName: '中文', flag: 'cn' }, // chinese
};
…On Mon, Apr 24, 2023 at 4:05 PM norticum ***@***.***> wrote:
Hello Mike,
I started with the german translation.
I am running Binner 2.4.1. Could you tell me how to choose "german" in the
dropdown if its not implemented for now?
I just want to do some tests before I release it.
-BR
norticum
—
Reply to this email directly, view it on GitHub
<#154 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATJ54THW6XGIJ47BHICUNDXC4BLZANCNFSM6AAAAAAWXGPMDY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
1 reply
|
I've been work on Chinese translations for a few hours. |
0 replies
|
Does it support right to left language |
0 replies
|
Hi, im working on a Spanish translation. I will open a pull request to push it, thanks! |
0 replies
|
I've added Turkish as new issue to the bug reports |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Binner now has support for alternate languages other than english.
We need your help - if you are fluent in other languages and willing to contribute a small amount of time we would love your assistance.
Translations can be performed by downloading locales/en/translations.json and converting each string definition to your language. Submissions can be done via Pull Request or by posting the file as a New Issue
More details available on the wiki.
All reactions