limafresh / Brushshe

Painting app, written in Python and CustomTkinter
GNU General Public License v3.0
1 stars 0 forks source link

Language Problem #1

Closed SarthakTools closed 5 hours ago

SarthakTools commented 1 day ago

Hello brother, I can't understand your language i can guess it is russian but i am an indian so i don't know russsssssian.

limafresh commented 22 hours ago

This is Ukrainian. But I also know Russian. I will add multilingualism someday.

limafresh commented 5 hours ago

Hi @SarthakTools !

The application is now internationalized! It detects what language the system is running and applies it. Translations are JSON files that have a locale name (e.g. ru.json, uk.json).

If you want, you can help translate to Indian by creating hi.json, copying the existing Brushshe locale examples, and filling in the second part in Indian.

For example

{
    "File": "फ़ाइल",
    "Open from file": "फ़िललेट से खोलें",
    "Export to PC": "फिर पीसी निर्यात करें",
    "Background": "पृष्ठभूमि"
}

By agreeing to translate, you agree that the translation will be under the CC0 license.

screenshot1

How do you like my completed work?