summaryrefslogtreecommitdiffstats
path: root/WebKit/gtk/po/README
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/gtk/po/README')
-rw-r--r--WebKit/gtk/po/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/WebKit/gtk/po/README b/WebKit/gtk/po/README
new file mode 100644
index 0000000..22dbcc0
--- /dev/null
+++ b/WebKit/gtk/po/README
@@ -0,0 +1,11 @@
+=======================
+WebKitGTK+ Localization
+=======================
+
+WebKitGTK+'s build system is very unorthodox. This means that you will
+not get to run the usual make commands in the po directory.
+
+To refresh the .pot file, go to the root of the build directory, and
+run `make webkit.pot-update'. To update the .po files using the new
+.pot file run `make update-po'. This will also build the .mo files.
+