Coder Social home page Coder Social logo

Comments (5)

FuRuYa7 avatar FuRuYa7 commented on July 17, 2024

When I added a translation file, the added language was not added to the "Makefile" locale.
Translations may not have been applied in many other languages.

Makefile:

- LOCALES = de en en_GB es fr pt pl ro ru uk
+ LOCALES = ca de en en_GB es fi fr fur hu id it ja lt pl pt ro ru sv tr uk

from koder.

FuRuYa7 avatar FuRuYa7 commented on July 17, 2024

An error occurs when converting a translation file at build time. Removed the blank line on line 64 of "ja.catkeys".

locales/ja.catkeys:

Unix format	EditorWindow		Unix 形式
Unsaved changes	EditorWindow		保存されていない変更
Untitled	EditorWindow		無題
-
View	EditorWindow		表示
Windows format	EditorWindow		Windows 形式
Wrap lines	EditorWindow		行を折り返す

from koder.

FuRuYa7 avatar FuRuYa7 commented on July 17, 2024

An error occurs when converting a translation file at build time. Only " ja.catkeys " has missing file attributes, so an error will occur during conversion. it is necessary to set the file attribute of " ja.catkeys " in Haiku:

> addattr -t mime "BEOS:TYPE" locale/x-vnd.Be.locale-catalog.plaintext locales/ja.catkeys
> addattr -t string "BEOS:LOCALE_LANGUAGE" Japanese locales/ja.catkeys
> addattr -t string "BEOS:LOCALE_SIGNATURE" x-vnd.KapiX-Koder locales/ja.catkeys
> addattr -t uint32 "BEOS:LOCALE_FINGERPRINT" 822155924 locales/ja.catkeys

Maybe it should be done before creating ".tar.gz".

from koder.

FuRuYa7 avatar FuRuYa7 commented on July 17, 2024

I've made a few pull requests, and I'm sorry, this is the first time I've used an old "master" branch.

It's a hassle, but make sure you have the latest version in the "master" branches and "tag" . This allows you to make pull requests even if you have low git skills.

I think I can contribute even if my git skill is low.

from koder.

KapiX avatar KapiX commented on July 17, 2024

It seems I forgot to add new languages to Makefile when synchronizing translations :/

I have created a Pull Request: #140 - more comments there.

(You were trying to add more commits to a tag, which itself is a commit, so that's not possible. You should have chosen a branch, 0.5 in this case.)

from koder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.