Difference between revisions of "LibreOffice"
Jump to navigation
Jump to search
Line 171: | Line 171: | ||
* hidupkan repo source (baris-baris deb-src di /etc/apt/sources.list) |
* hidupkan repo source (baris-baris deb-src di /etc/apt/sources.list) |
||
* pasang dependensi: <pre>$ sudo apt build-dep libreoffice; sudo apt install git gstreamer1.0-libav libkrb5-dev nasm graphviz ccache</pre> |
* pasang dependensi: <pre>$ sudo apt build-dep libreoffice; sudo apt install git gstreamer1.0-libav libkrb5-dev nasm graphviz ccache</pre> |
||
* atur ukuran cache max (20GB) dan aktifkan ccache: <pre>$ ccache -M 20; sudo update-ccache-symlinks</pre> |
* atur ukuran cache max (20GB) dan aktifkan ccache (sunting ~/.bashrc, sisipkan /usr/lib/ccache di awal PATH): <pre>$ ccache -M 20; sudo update-ccache-symlinks</pre> |
||
* clone repo libreoffice: <pre>$ git clone git://anongit.freedesktop.org/libreoffice/core libreoffice</pre> |
* clone repo libreoffice: <pre>$ git clone git://anongit.freedesktop.org/libreoffice/core libreoffice</pre> |
||
* clone submodul terjemahan: <pre>$ cd libreoffice; mkdir -p translations; cd translations; git submodule init; git submodule update; cd ..</pre> |
* clone submodul terjemahan: <pre>$ cd libreoffice; mkdir -p translations; cd translations; git submodule init; git submodule update; cd ..</pre> |
Revision as of 11:38, 14 February 2018
Status
LO 6.0 |
kurang kata |
agar % sisa |
---|---|---|
UI | 1.313 | 7,5% |
3.765 | 5,0% | |
8.671 | 0,0% | |
Help | 1.708 | 68.0% |
6.337 | 67.0% | |
10.965 | 66,0% | |
15.593 | 65,0% | |
38.763 | 60.0% |
Kondisi tanggal 1 Jan 2018:
Seksi & Versi |
Cacah Kata Kurang |
Catatan |
---|---|---|
LibreOffice 6.0 (master) UI | 7.188 (7%) | |
extras | 859 | prioritas rendah |
officecfg | 116 | |
sc | 2.080 | |
sccomp | 14 | |
sd | 161 | |
sfx2 | 288 | |
svtools | 663 | |
svx | 428 | |
sw | 173 | |
wizards | 3.068 | |
LibreOffice 6.0 (master) Help | 316.071 (68%) | |
sbasic | 25.956 | |
scalc | 82.174 | |
schart | 145 | |
shared | 161.229 | |
simpress | 2.485 | |
swriter | 44.082 | |
LibreOffice 5.4 UI | 819 (0,86%) | |
LibreOffice 5.4 Help | 311.571 (68%) | |
LibreOffice Online | # | |
Website | # |
- Skedul rilis versi 6.0.x
- 6.0.0
29 Januari-4 Februari 2018 - 6.0.1 26 Februari-4 Maret 2018 (bug fix penting + l10n saja)
- 6.0.2 2-8 April 2018 (bug fix penting + l10n saja)
- 6.0.3 7-13 Mei 2018 (bug fix penting + l10n saja)
- 6.0.4 18-24 Juni 2018 (bug fix penting + l10n saja)
- 6.0.5 30 Juli-5 Agustus 2018 (bug fix penting + l10n saja)
- 6.0.6 22-28 Oktober 2018 (bug fix penting + l10n saja)
- EOL 6.0.x 26 Nov 2018
- 6.0.0
- Skedul rilis versi 5.4.x
Target
Target penerjemahan untuk 6.0 (master) UI 100% dan 6.0 (master) Help 68%. Penerjemahan untuk versi 6.0 dilakukan pada cabang master, yang nanti akan berubah menjadi versi 6.0 setelah rilis.
Prioritas
- https://translations.documentfoundation.org/id/libo_ui/ UI master
- https://translations.documentfoundation.org/id/libo_help/shared/guide.po agar https://help.libreoffice.org/Main_Page memuat terjemahan dalam bahasa Indonesia
Teknis
Untuk membantu menerjemahkan LibreOffice ke dalam bahasa Indonesia, Anda mesti mendaftar ke situs penerjemahan LibreOffice berbasis web lalu menuju ke terjemahan bahasa Indonesia.
Di saat awal Anda hanya bisa mengajukan saran terjemahan. Setelah disetujui oleh salah satu koordinator penerjemahan Indonesia, maka Anda selanjutnya bisa menentukan terjemahan suatu kalimat, bukan hanya mengajukan saran. Anda dapat menerjemahkan secara daring atau luring.
Menguji Hasil Terjemahan
Di lingkungan Debian/Ubuntu:
- hidupkan repo source (baris-baris deb-src di /etc/apt/sources.list)
- pasang dependensi:
$ sudo apt build-dep libreoffice; sudo apt install git gstreamer1.0-libav libkrb5-dev nasm graphviz ccache
- atur ukuran cache max (20GB) dan aktifkan ccache (sunting ~/.bashrc, sisipkan /usr/lib/ccache di awal PATH):
$ ccache -M 20; sudo update-ccache-symlinks
- clone repo libreoffice:
$ git clone git://anongit.freedesktop.org/libreoffice/core libreoffice
- clone submodul terjemahan:
$ cd libreoffice; mkdir -p translations; cd translations; git submodule init; git submodule update; cd ..
- build:
$ ./automake.sh --disable-cve-tests --with-lang="id"; time make
- jalankan:
$ instdir/program/soffice
Rupa-rupa
- Konflik shortcut
- Integrasi kamus dan pemeriksaan ejaan
- Status dukungan bahasa
- LO extension: kamus bahasa Indonesia
- kamus bahasa Indonesia untuk Hunspell, juga dapat dimanfaatkan untuk LO
- ToDo: pembuatan ppa hunspell-id dari repo di atas