GithubHelp home page GithubHelp logo

00mjk / kicad-i18n Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kicad/kicad-i18n

0.0 0.0 0.0 54.34 MB

Translations for KiCad source code [moved to https://gitlab.com/kicad]

CMake 21.40% Shell 46.79% Python 31.82%

kicad-i18n's Introduction

KiCad GUI translations

This is the repository for the po files that is used for the GUI translations for KiCad.

It is cmake equipped to conform with the rest of the installation principles for KiCad.

How to submit translations

No general details about translating po-files will be described here, there are plenty of resources on the rest of the www. But a suggestion on how to handle updates and translations will be provided.

When you start translating we need to make sure there is an updated po-file. You can either ask someone to do push an update or do it yourself with the update-po-files.sh script. You can add your language code as the first argument to the script to only update that single language.

When you did update the po-file, please make a commit with the following text if you update the german language relative to the kicad master branch:

Update german to master

ca264f898290158f60d4c9dcd55d0428b7fa7965

Here we included the language, branch and sha of the kicad source at the time of updating. Now make your translations and commit that and push the pull request.

This is not mandatory, but it makes it easer for other people to review your changes when we seperate the automatic update from the human edits.

Depends

  • Cmake

  • Gettext

How to install

$ cd kicad-i18n
$ BUILD_SRC=$(pwd)
$ mkdir -p ~/tmp/kicad-i18n-build
$ cd ~/tmp/kicad-i18n-build
$ cmake ${BUILD_SRC}
$ make install
$ cd ..
$ rm -rf ~/tmp/kicad-i18n-build

If you want to change the default install prefix to match your KiCad build, you can add cmake option for example use:

-DCMAKE_INSTALL_PREFIX=/usr

If you occurred some problems, use cmake --trace -DCMAKE_VERBOSE_MAKEFILE=ON instead cmake to make build log more verbose, when you fill issue report.

Why are we not using transifex or similar service

We would like to make it easier for people to help translate, but I don’t really know how to make transifex work in synergy with a workflow where people can also update by working with the po files here directly.

kicad-i18n's People

Contributors

baranovskiykonstantin avatar cewbdex avatar ciampix avatar cnliuguang avatar ejs-ejs avatar eldarkg avatar elektroquark avatar engineer2designer avatar faa00 avatar farkasgzoltan avatar francisco-pereira avatar gyrosgeier avatar hezhanbang avatar jp-charras avatar kaoruzen avatar kinichiro avatar kubasaw avatar lordblick avatar martinnl avatar mmisirlis avatar nickoe avatar pointhi avatar rbuj avatar roman3349 avatar smithchart avatar starfort-jp avatar szlldm avatar taotieren avatar tijuca avatar yoneken avatar

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.