• Home
Name Date Size #Lines LOC

..--

ChangeLogD03-May-202413.7 KiB615367

GNUmakefile.amD03-May-20248.6 KiB214192

POTFILESD03-May-2024722 1514

READMED03-May-2024411 128

ar.poD03-May-202435.6 KiB1,081817

bg.poD03-May-202443.8 KiB1,163887

cs.poD03-May-202433.4 KiB1,090827

de.poD03-May-202434.1 KiB1,100836

en_GB.poD03-May-202430.1 KiB1,096832

es.poD03-May-202432.6 KiB1,102839

et.poD03-May-202418.6 KiB804544

eu.poD03-May-202433.5 KiB1,082818

fr.poD03-May-202440.1 KiB1,230936

gl.poD03-May-202434.6 KiB1,118854

gr.poD03-May-202426.4 KiB696527

gu.poD03-May-202442.6 KiB1,085821

he.poD03-May-202432.1 KiB1,097833

hu.poD03-May-202433.4 KiB1,074813

id.poD03-May-202440.8 KiB1,3861,050

it.poD03-May-202446.4 KiB1,5151,171

ko.poD03-May-202441.7 KiB1,3831,047

lt.poD03-May-202433.5 KiB1,083823

lv.poD03-May-202421.4 KiB705535

nb.poD03-May-202426.9 KiB1,105841

nl.poD03-May-202440.6 KiB1,3561,029

pa.poD03-May-202436.2 KiB1,096832

pl.poD03-May-202443.8 KiB1,4341,090

pt.poD03-May-202433.7 KiB1,097834

pt_BR.poD03-May-202433.5 KiB1,096831

ru.poD03-May-202433.8 KiB1,093830

sl.poD03-May-202432.6 KiB1,094829

sr.poD03-May-202438.5 KiB1,087823

sr@latin.poD03-May-202432.8 KiB1,087823

sv.poD03-May-202430.6 KiB1,102838

uk.poD03-May-202440.6 KiB1,109843

vi.poD03-May-202433.4 KiB1,079815

zh_CN.poD03-May-202430.9 KiB1,082818

README

1=======================
2WebKitGTK+ Localization
3=======================
4
5WebKitGTK+'s build system is very unorthodox. This means that you will
6not get to run the usual make commands in the po directory.
7
8To refresh the .pot file, go to the root of the build directory, and
9run `make webkit.pot-update'. To update the .po files using the new
10.pot file run `make update-po'. This will also build the .mo files.
11
12