Home | History | Annotate | Download | only in po
      1 =======================
      2 WebKitGTK+ Localization
      3 =======================
      4 
      5 WebKitGTK+'s build system is very unorthodox. This means that you will
      6 not get to run the usual make commands in the po directory.
      7 
      8 To refresh the .pot file, go to the root of the build directory, and
      9 run `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