[TSAM-1360]Resolved language issue 84/64484/1 accepted/tizen/mobile/20160407.002237 submit/tizen_mobile/20160406.120342
authorAlka Sethi <alka.sethi@samsung.com>
Fri, 1 Apr 2016 10:33:19 +0000 (16:03 +0530)
committerAlka Sethi <alka.sethi@samsung.com>
Fri, 1 Apr 2016 10:33:19 +0000 (16:03 +0530)
Change-Id: I96ad00ce3a43238518648291121ca5a79c4f175e
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
res/po/CMakeLists.txt
res/po/POTFILES.in [new file with mode: 0644]
res/po/update-po.sh

index 06850be..e08383d 100644 (file)
@@ -21,7 +21,7 @@ FOREACH(pofile ${POFILES})
                        COMMAND ${MSGFMT} -o ${moFile} ${absPofile}
                        DEPENDS ${absPofile}
        )
-       INSTALL(FILES ${moFile} DESTINATION ${LOCALEDIR}/${lang}/LC_MESSAGES RENAME ${PROJECT_NAME}.mo)
+       INSTALL(FILES ${moFile} DESTINATION ${LOCALEDIR}/${lang}/LC_MESSAGES RENAME attach-panel-voicerecorder.mo)
        SET(moFiles ${moFiles} ${moFile})
 ENDFOREACH(pofile)
 
diff --git a/res/po/POTFILES.in b/res/po/POTFILES.in
new file mode 100644 (file)
index 0000000..2d45d63
--- /dev/null
@@ -0,0 +1,4 @@
+# List of source files containing translatable strings.
+../src/utils/audio-recorder-utils.c
+../src/view/audio-recorder-view.c
+../src/attach-panel-voicerecorder.c
index 6e710ce..2270f56 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-PACKAGE=gallery
+PACKAGE=attach-panel-voicerecorder
 SRCROOT=..
 POTFILES=POTFILES.in