Can't change the language

Hello I’m trying to change the language of kicad but I’m getting this error that the locale cannot be set, I went to the the github of the translations, git cloned it to my PC but now I don’t know how to processed, I use Manjaro and installed via pacman.

Give us the full version info from Help->about kicad->copy version info (It contains the list of compilation settings which could contain a clue)

There could be a problem with the package of your system. Especially as your operating system is not one of the officially supported linux distributions. (Arch would be the closest system to yours that is officially supported)

1 Like

You need to install the language supportfor the desired language in Manjaro.

I use kubuntu and I get the same message if I select in KIcad any language that is not installed in my system regardless the Kicad locale installation.

1 Like

Here is the info:
Application: KiCad
Version: 5.1.4, release build
Libraries:
wxWidgets 3.0.4
libcurl/7.67.0 OpenSSL/1.1.1d zlib/1.2.11 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh2/1.9.0 nghttp2/1.39.2
Platform: Linux 5.3.12-1-MANJARO x86_64, 64 bit, Little endian, wxGTK
Build Info:
wxWidgets: 3.0.4 (wchar_t,wx containers,compatible with 2.8) GTK+ 3.24
Boost: 1.71.0
OpenCASCADE Technology: 7.4.0
Curl: 7.66.0
Compiler: GCC 9.2.0 with C++ ABI 1013

Build settings:
USE_WX_GRAPHICS_CONTEXT=OFF
USE_WX_OVERLAY=ON
KICAD_SCRIPTING=ON
KICAD_SCRIPTING_MODULES=ON
KICAD_SCRIPTING_PYTHON3=ON
KICAD_SCRIPTING_WXPYTHON=ON
KICAD_SCRIPTING_WXPYTHON_PHOENIX=ON
KICAD_SCRIPTING_ACTION_MENU=ON
BUILD_GITHUB_PLUGIN=ON
KICAD_USE_OCE=OFF
KICAD_USE_OCC=ON
KICAD_SPICE=ON

Thank you for the response

You need to add the locale in the locale.gen conf

https://wiki.archlinux.org/index.php/locale

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.