]> git.sesse.net Git - kdenlive/commitdiff
Fix the broken translation structure
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 26 Oct 2008 14:54:55 +0000 (14:54 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 26 Oct 2008 14:54:55 +0000 (14:54 +0000)
svn path=/branches/KDE4/; revision=2568

16 files changed:
po/ca/CMakeLists.txt
po/ca/kdenlive.po [moved from po/ca/ca.po with 100% similarity]
po/cs/CMakeLists.txt
po/cs/kdenlive.po [moved from po/cs/cs.po with 100% similarity]
po/da/CMakeLists.txt
po/da/kdenlive.po [moved from po/da/da.po with 100% similarity]
po/de/CMakeLists.txt
po/de/kdenlive.po [moved from po/de/de.po with 100% similarity]
po/es/CMakeLists.txt
po/es/kdenlive.po [moved from po/es/es.po with 100% similarity]
po/fr/CMakeLists.txt
po/fr/kdenlive.po [moved from po/fr/fr.po with 100% similarity]
po/nl/CMakeLists.txt
po/nl/kdenlive.po [moved from po/nl/nl.po with 100% similarity]
po/zh/CMakeLists.txt
po/zh/kdenlive.po [moved from po/zh/zh.po with 100% similarity]

index 94a106c4fb004a8b793a93b24dccdedca62467e0..c9f2e18b4acb5551b438caba41c998f602b48636 100644 (file)
@@ -1,6 +1 @@
-FILE(GLOB pofiles RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po)
-
-FOREACH(_current_PO_FILE ${pofiles})
-    GET_FILENAME_COMPONENT(_basename ${_current_PO_FILE} NAME_WE)
-    GETTEXT_PROCESS_PO_FILES(${_basename} ALL INSTALL_DESTINATION share/locale/ ${_current_PO_FILE})
-ENDFOREACH(_current_PO_FILE)
+GETTEXT_PROCESS_PO_FILES(ca ALL INSTALL_DESTINATION share/locale/ kdenlive.po)
similarity index 100%
rename from po/ca/ca.po
rename to po/ca/kdenlive.po
index 94a106c4fb004a8b793a93b24dccdedca62467e0..afcbbe5712959440ea520cc6166abd5fbe353c55 100644 (file)
@@ -1,6 +1 @@
-FILE(GLOB pofiles RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po)
-
-FOREACH(_current_PO_FILE ${pofiles})
-    GET_FILENAME_COMPONENT(_basename ${_current_PO_FILE} NAME_WE)
-    GETTEXT_PROCESS_PO_FILES(${_basename} ALL INSTALL_DESTINATION share/locale/ ${_current_PO_FILE})
-ENDFOREACH(_current_PO_FILE)
+GETTEXT_PROCESS_PO_FILES(cs ALL INSTALL_DESTINATION share/locale/ kdenlive.po)
similarity index 100%
rename from po/cs/cs.po
rename to po/cs/kdenlive.po
index 94a106c4fb004a8b793a93b24dccdedca62467e0..98fd9cdcc143d0ccf8cf1f22514e35024f405f26 100644 (file)
@@ -1,6 +1,2 @@
-FILE(GLOB pofiles RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po)
+GETTEXT_PROCESS_PO_FILES(da ALL INSTALL_DESTINATION share/locale/ kdenlive.po)
 
-FOREACH(_current_PO_FILE ${pofiles})
-    GET_FILENAME_COMPONENT(_basename ${_current_PO_FILE} NAME_WE)
-    GETTEXT_PROCESS_PO_FILES(${_basename} ALL INSTALL_DESTINATION share/locale/ ${_current_PO_FILE})
-ENDFOREACH(_current_PO_FILE)
similarity index 100%
rename from po/da/da.po
rename to po/da/kdenlive.po
index 94a106c4fb004a8b793a93b24dccdedca62467e0..c801c3e616250e8e73c1cbd1d3fea522ee5df3ee 100644 (file)
@@ -1,6 +1 @@
-FILE(GLOB pofiles RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po)
-
-FOREACH(_current_PO_FILE ${pofiles})
-    GET_FILENAME_COMPONENT(_basename ${_current_PO_FILE} NAME_WE)
-    GETTEXT_PROCESS_PO_FILES(${_basename} ALL INSTALL_DESTINATION share/locale/ ${_current_PO_FILE})
-ENDFOREACH(_current_PO_FILE)
+GETTEXT_PROCESS_PO_FILES(de ALL INSTALL_DESTINATION share/locale/ kdenlive.po)
\ No newline at end of file
similarity index 100%
rename from po/de/de.po
rename to po/de/kdenlive.po
index 94a106c4fb004a8b793a93b24dccdedca62467e0..95cfd2f1e7866688ea166ec3c94aa7df46c7236f 100644 (file)
@@ -1,6 +1 @@
-FILE(GLOB pofiles RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po)
-
-FOREACH(_current_PO_FILE ${pofiles})
-    GET_FILENAME_COMPONENT(_basename ${_current_PO_FILE} NAME_WE)
-    GETTEXT_PROCESS_PO_FILES(${_basename} ALL INSTALL_DESTINATION share/locale/ ${_current_PO_FILE})
-ENDFOREACH(_current_PO_FILE)
+GETTEXT_PROCESS_PO_FILES(es ALL INSTALL_DESTINATION share/locale/ kdenlive.po)
similarity index 100%
rename from po/es/es.po
rename to po/es/kdenlive.po
index 94a106c4fb004a8b793a93b24dccdedca62467e0..ff6f115550b563fe81f687a1cdbd5e4e70a549cb 100644 (file)
@@ -1,6 +1,3 @@
-FILE(GLOB pofiles RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po)
 
-FOREACH(_current_PO_FILE ${pofiles})
-    GET_FILENAME_COMPONENT(_basename ${_current_PO_FILE} NAME_WE)
-    GETTEXT_PROCESS_PO_FILES(${_basename} ALL INSTALL_DESTINATION share/locale/ ${_current_PO_FILE})
-ENDFOREACH(_current_PO_FILE)
+GETTEXT_PROCESS_PO_FILES(fr ALL INSTALL_DESTINATION share/locale/ kdenlive.po)
+
similarity index 100%
rename from po/fr/fr.po
rename to po/fr/kdenlive.po
index 94a106c4fb004a8b793a93b24dccdedca62467e0..c289c91569fb229341cb4292c5b13018c6e3acb5 100644 (file)
@@ -1,6 +1 @@
-FILE(GLOB pofiles RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po)
-
-FOREACH(_current_PO_FILE ${pofiles})
-    GET_FILENAME_COMPONENT(_basename ${_current_PO_FILE} NAME_WE)
-    GETTEXT_PROCESS_PO_FILES(${_basename} ALL INSTALL_DESTINATION share/locale/ ${_current_PO_FILE})
-ENDFOREACH(_current_PO_FILE)
+GETTEXT_PROCESS_PO_FILES(nl ALL INSTALL_DESTINATION share/locale/ kdenlive.po)
similarity index 100%
rename from po/nl/nl.po
rename to po/nl/kdenlive.po
index 94a106c4fb004a8b793a93b24dccdedca62467e0..1ae020b45eb5e9ab1a1df0bc30033ad5f6b4c65d 100644 (file)
@@ -1,6 +1 @@
-FILE(GLOB pofiles RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po)
-
-FOREACH(_current_PO_FILE ${pofiles})
-    GET_FILENAME_COMPONENT(_basename ${_current_PO_FILE} NAME_WE)
-    GETTEXT_PROCESS_PO_FILES(${_basename} ALL INSTALL_DESTINATION share/locale/ ${_current_PO_FILE})
-ENDFOREACH(_current_PO_FILE)
+GETTEXT_PROCESS_PO_FILES(zh ALL INSTALL_DESTINATION share/locale/ kdenlive.po)
\ No newline at end of file
similarity index 100%
rename from po/zh/zh.po
rename to po/zh/kdenlive.po