https://bugs.kde.org/show_bug.cgi?id=432699
Jean-Baptiste Mardelle <j...@kdenlive.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |j...@kdenlive.org --- Comment #8 from Jean-Baptiste Mardelle <j...@kdenlive.org> --- So to start Kdenlive in another language, you must first ensure that the translations are correctly installed, which can be painful. If you compile Kdenlive yourself, you need to install "ruby" and "svn" (subversion), then call cmake with the following param: cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DKDE_L10N_SYNC_TRANSLATIONS=ON (the important part being "-DKDE_L10N_SYNC_TRANSLATIONS=ON") Then make and make install. After this, in Kdenlive, go to Settings > Configure Language and click "Default", then close the app. After this, from a terminal: LANG=fr_FR.UTF-8 kdenlive will start as french (replace fr_FR with whatever language code you want). -- You are receiving this mail because: You are watching all bug changes.