4852bc7e32 | ||
---|---|---|
bg | ||
ca | ||
cs | ||
de | ||
el | ||
es | ||
fi | ||
fr | ||
hu | ||
it | ||
ja | ||
ko | ||
nl | ||
pl | ||
pt | ||
ru | ||
sk | ||
sl | ||
sv | ||
zh_CN | ||
.gitignore | ||
CMakeLists.txt | ||
LINGUAS | ||
POTFILES.in | ||
README.adoc |
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`.