[chrome-gnome-shell] i18n: renamed template.pot to chrome-gnome-shell.pot



commit 9eee989ddf5f3c44245f7831e279d8dd6da8f875
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Mon Dec 24 19:30:29 2018 +0400

    i18n: renamed template.pot to chrome-gnome-shell.pot
    
    Bug: https://gitlab.gnome.org/Infrastructure/damned-lies/issues/117

 CMakeLists.txt                              | 2 +-
 contrib/chrome-messages2po.py               | 6 +++---
 po/{template.pot => chrome-gnome-shell.pot} | 0
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 133d2be..f41ed4a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -289,7 +289,7 @@ if(BUILD_MESSAGES)
                        WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/po
                        COMMAND ${GETTEXT_MSGMERGE_EXECUTABLE} -q --update
                                ${PO}
-                               ${CMAKE_CURRENT_SOURCE_DIR}/po/template.pot)
+                               ${CMAKE_CURRENT_SOURCE_DIR}/po/chrome-gnome-shell.pot)
        endforeach()
 
        add_custom_command(TARGET update-po
diff --git a/contrib/chrome-messages2po.py b/contrib/chrome-messages2po.py
index 1553265..a4999e3 100755
--- a/contrib/chrome-messages2po.py
+++ b/contrib/chrome-messages2po.py
@@ -2,7 +2,7 @@
 
 '''
     GNOME Shell integration for Chrome
-    Copyright (C) 2016  Yuri Konotopov <ykonotopov gnome org>
+    Copyright (C) 2016-2018  Yuri Konotopov <ykonotopov gnome org>
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -41,7 +41,7 @@ def parseArguments():
        parser.add_argument('--write-pot', '-p',
                        action='store_true',
                        dest='write_pot',
-                       help='Write pot to template.pot')
+                       help='Write pot to chrome-gnome-shell.pot')
        parser.add_argument('--generate-po', '-g',
                        action='store_true',
                        dest='generate_po',
@@ -127,7 +127,7 @@ def run():
                occurrences=[(METADATA_STORE_DESCRIPTION, 1)]
        ))
 
-       pot_path = os.path.join(args.po, "template.pot")
+       pot_path = os.path.join(args.po, "chrome-gnome-shell.pot")
        if args.write_pot:
                po.sort()
                po.save(pot_path)
diff --git a/po/template.pot b/po/chrome-gnome-shell.pot
similarity index 100%
rename from po/template.pot
rename to po/chrome-gnome-shell.pot


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]