Lokalize/uk: Difference between revisions
(Created page with 'Технічні подробиці: ви можете встановити KDE 4.3 або пізнішу версію у стандартний спосіб, а потім до...') |
(Created page with '==Збирання Lokalize з trunk KDE==') |
||
Line 30: | Line 30: | ||
== | ==Збирання Lokalize з trunk KDE== | ||
Install '''kdelibs''' headers package (for example in Debian it's '''kdelibs5-dev'''). Then: | Install '''kdelibs''' headers package (for example in Debian it's '''kdelibs5-dev'''). Then: |
Revision as of 15:44, 21 September 2010
Template:I18n/Language Navigation Bar
Lokalize — це інструмент локалізації для KDE 4. |
Програма є замінником KBabel, розробку якого припинено.
Додаткову інформацію щодо Lokalize можна знайти на сторінці проекту «summer of code».
Lokalize у Windows
Встановіть KDE за допомогою kdewin-installer:
http://www.winkde.org/pub/kde/ports/win32/installer/kdewin-installer-gui-latest.exe
Не змінюйте типових значень на всіх кроках, окрім кроку вибору пакунків.
У списку пакунків оберіть (всі залежності буде встановлено автоматично). Виконайте процедуру встановлення kdewin.
Нічого
Технічні подробиці: ви можете встановити KDE 4.3 або пізнішу версію у стандартний спосіб, а потім додати окремо зібрані бінарні файли і дані Lokalize.
Збирання Lokalize з trunk KDE
Install kdelibs headers package (for example in Debian it's kdelibs5-dev). Then:
svn checkout --depth=files svn://anonsvn.kde.org/home/kde/trunk/KDE/kdesdk/
or
{{{1}}}
and
cd kdesdk && svn up cmake doc lokalize mkdir build cd build mkdir $HOME/kde43 cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/kde43 -DCMAKE_BUILD_TYPE=RelWithDebInfo cd lokalize make -j2 make install
Then run lokalize via
$HOME/kde43/bin/lokalize
Tips and tricks
Search in files
TM now keeps track of where each translation pair came from. So when you want to <menucoice>search</menuchoice> for string in the files on disk, you just drag the directory with those files onto <menucoice>translation memory tab (F7)</menuchoice> to update TM, wait a minute or two, then type your string into right field of Enter.
, then pressThen you click on one of results and this opens appropriate file, on the appropriate entry. When you want to do another search during the same day, you skip the updating step and just type what you're searching for. You can filter TM search results by filename using the field left side of the F7 panel (
).
Author
Nick Shaforostoff <shaforostoff AT kde.ru>