Title: [215718] trunk/Source/WebCore/platform/gtk/po
Revision
215718
Author
commit-qu...@webkit.org
Date
2017-04-24 20:48:12 -0700 (Mon, 24 Apr 2017)

Log Message

[GTK] Fix extraction of translator comments
https://bugs.webkit.org/show_bug.cgi?id=170012

Patch by Piotr Drąg <piotrd...@gmail.com> on 2017-04-24
Reviewed by Michael Catanzaro.

* CMakeLists.txt: Remove “TRANSLATORS:” header, as it’s not used and might block extraction of translator comments.

Modified Paths

Diff

Modified: trunk/Source/WebCore/platform/gtk/po/CMakeLists.txt (215717 => 215718)


--- trunk/Source/WebCore/platform/gtk/po/CMakeLists.txt	2017-04-25 03:23:20 UTC (rev 215717)
+++ trunk/Source/WebCore/platform/gtk/po/CMakeLists.txt	2017-04-25 03:48:12 UTC (rev 215718)
@@ -18,7 +18,7 @@
     DEPENDS ${potfiles_file}
     COMMAND xgettext
             --default-domain=${domain}
-            --add-comments=TRANSLATORS:
+            --add-comments
             --msgid-bugs-address="http://bugs.webkit.org"
             --files-from=${potfiles_file}
             --package-version=${PROJECT_VERSION}

Modified: trunk/Source/WebCore/platform/gtk/po/ChangeLog (215717 => 215718)


--- trunk/Source/WebCore/platform/gtk/po/ChangeLog	2017-04-25 03:23:20 UTC (rev 215717)
+++ trunk/Source/WebCore/platform/gtk/po/ChangeLog	2017-04-25 03:48:12 UTC (rev 215718)
@@ -1,5 +1,14 @@
 2017-04-24  Piotr Drąg  <piotrd...@gmail.com>
 
+        [GTK] Fix extraction of translator comments
+        https://bugs.webkit.org/show_bug.cgi?id=170012
+
+        Reviewed by Michael Catanzaro.
+
+        * CMakeLists.txt: Remove “TRANSLATORS:” header, as it’s not used and might block extraction of translator comments.
+
+2017-04-24  Piotr Drąg  <piotrd...@gmail.com>
+
         [GTK] Update POTFILES.in
 
         It’s missing some files with translatable strings.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to