kicad patches
Go to file
Marco Ciampa 46b5e7a85d Added git ignored files 2015-09-18 22:15:06 +02:00
bg Add Bulgarian translation. 2011-11-30 12:27:59 +01:00
ca Patched Catalan po file, resolv bug #627303 by Martin Janitschke 2015-02-28 23:54:45 +01:00
cs Czech translation update 2011-08-15 11:33:35 +02:00
de German translation update. 2015-03-09 10:26:52 +01:00
el_GR Update Greek and French translations. Update English tutorial. 2011-06-06 09:15:17 +02:00
es move internat into this repo 2010-04-16 09:06:22 -05:00
fi Updated finnish translation 2012-04-04 00:21:59 +03:00
fr French translation update 2015-09-15 20:25:50 +02:00
hu move internat into this repo 2010-04-16 09:06:22 -05:00
it Updated Italian translation 2015-09-08 08:03:50 +02:00
ja Fix permissions 2015-09-17 23:03:09 +02:00
ko move internat into this repo 2010-04-16 09:06:22 -05:00
nl move internat into this repo 2010-04-16 09:06:22 -05:00
pl Update Polish GUI translation related to lp:kicad rev.6201 2015-09-15 21:58:06 +02:00
pt Doc update 2011-02-17 19:52:38 +01:00
ru Ru GUI (BZR5871) 2015-07-02 19:34:41 +03:00
sk French translation update 2014-09-07 18:46:36 +02:00
sl move internat into this repo 2010-04-16 09:06:22 -05:00
sv Updated swedish translation. 2015-04-01 22:07:55 +02:00
zh_CN move internat into this repo 2010-04-16 09:06:22 -05:00
.gitignore Added git ignored files 2015-09-18 22:15:06 +02:00
CMakeLists.txt Aligned cmake version requirements to KiCad sources & fixed install path (thanks Nickoe) 2015-09-18 20:27:16 +02:00
LINGUAS Added list of languages 2015-09-18 21:42:29 +02:00
README.adoc Adoc 2015-09-18 19:05:13 +02:00

README.adoc

= 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.

== Depends
- Cmake
- Gettext

== How to install
```
cd kicad-i18n
cmake .
make
make install
```

If you want to change the default install prefix to match your KiCad
build, you can add for
example use `-DCMAKE_INSTALL_PREFIX=/usr`.