mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Properly mark the renamed appdata.xml.in.in for translation
This commit is contained in:
parent
18aff5d1c1
commit
54dae108a6
@ -73,7 +73,7 @@ function(make_gnucash_potfiles)
|
||||
file (GLOB_RECURSE FILES_IN RELATIVE ${CMAKE_SOURCE_DIR}
|
||||
${CMAKE_SOURCE_DIR}/*.c ${CMAKE_SOURCE_DIR}/*.cpp
|
||||
${CMAKE_SOURCE_DIR}/*.glade ${CMAKE_SOURCE_DIR}/*.desktop.in.in
|
||||
${CMAKE_SOURCE_DIR}/*.gschema.xml.in ${CMAKE_SOURCE_DIR}/*.appdata.xml.in
|
||||
${CMAKE_SOURCE_DIR}/*.gschema.xml.in ${CMAKE_SOURCE_DIR}/*.appdata.xml.in.in
|
||||
${CMAKE_SOURCE_DIR}/*.keys.in ${CMAKE_SOURCE_DIR}/*.scm
|
||||
${CMAKE_SOURCE_DIR}/*/qofbookslots.h
|
||||
)
|
||||
|
@ -89,6 +89,7 @@ gnucash/gnome/gnc-plugin-register2.c
|
||||
gnucash/gnome/gnc-plugin-register.c
|
||||
gnucash/gnome/gnc-split-reg2.c
|
||||
gnucash/gnome/gnc-split-reg.c
|
||||
gnucash/gnome/gnucash.appdata.xml.in.in
|
||||
gnucash/gnome/gnucash.desktop.in.in
|
||||
gnucash/gnome/reconcile-view.c
|
||||
gnucash/gnome/search-owner.c
|
||||
|
Loading…
Reference in New Issue
Block a user