Language translation volunteers #154
Replies: 9 comments 8 replies
-
Hi Mike, I will start the Italian translation. |
Beta Was this translation helpful? Give feedback.
-
Thanks! I appreciate the help |
Beta Was this translation helpful? Give feedback.
-
Italian language has been merged in with v2.3.6 |
Beta Was this translation helpful? Give feedback.
-
Hello Mike, I started with the german translation. -BR norticum |
Beta Was this translation helpful? Give feedback.
-
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:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I've been work on Chinese translations for a few hours. |
Beta Was this translation helpful? Give feedback.
-
Does it support right to left language |
Beta Was this translation helpful? Give feedback.
-
Hi, im working on a Spanish translation. I will open a pull request to push it, thanks! |
Beta Was this translation helpful? Give feedback.
-
I've added Turkish as new issue to the bug reports |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions