diff options
author | Michele Calgaro <[email protected]> | 2024-10-16 20:07:21 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-10-21 09:29:11 +0900 |
commit | 0d190c75668f6c20aaad9bc2a458b801de90ee0b (patch) | |
tree | 1b03649ef130b900dcf1a7ee8b39939d570844eb /configure.in | |
parent | 7b1350b7d39874242b578e640fc50a3b4534520e (diff) | |
download | krecipes-0d190c75668f6c20aaad9bc2a458b801de90ee0b.tar.gz krecipes-0d190c75668f6c20aaad9bc2a458b801de90ee0b.zip |
Copy translations to new folder
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 40 |
1 files changed, 2 insertions, 38 deletions
diff --git a/configure.in b/configure.in index df15e30..be883de 100644 --- a/configure.in +++ b/configure.in @@ -203,44 +203,8 @@ AC_CONFIG_FILES([ src/importers/Makefile ]) AC_CONFIG_FILES([ src/tests/Makefile ]) AC_CONFIG_FILES([ src/widgets/Makefile ]) AC_CONFIG_FILES([ pics/Makefile ]) -AC_CONFIG_FILES([ po/Makefile ]) -AC_CONFIG_FILES([ po/az/Makefile ]) -AC_CONFIG_FILES([ po/bg/Makefile ]) -AC_CONFIG_FILES([ po/br/Makefile ]) -AC_CONFIG_FILES([ po/ca/Makefile ]) -AC_CONFIG_FILES([ po/cs/Makefile ]) -AC_CONFIG_FILES([ po/cy/Makefile ]) -AC_CONFIG_FILES([ po/da/Makefile ]) -AC_CONFIG_FILES([ po/de/Makefile ]) -AC_CONFIG_FILES([ po/el/Makefile ]) -AC_CONFIG_FILES([ po/en_GB/Makefile ]) -AC_CONFIG_FILES([ po/es/Makefile ]) -AC_CONFIG_FILES([ po/et/Makefile ]) -AC_CONFIG_FILES([ po/fi/Makefile ]) -AC_CONFIG_FILES([ po/fr/Makefile ]) -AC_CONFIG_FILES([ po/ga/Makefile ]) -AC_CONFIG_FILES([ po/gl/Makefile ]) -AC_CONFIG_FILES([ po/he/Makefile ]) -AC_CONFIG_FILES([ po/is/Makefile ]) -AC_CONFIG_FILES([ po/it/Makefile ]) -AC_CONFIG_FILES([ po/ja/Makefile ]) -AC_CONFIG_FILES([ po/ka/Makefile ]) -AC_CONFIG_FILES([ po/lt/Makefile ]) -AC_CONFIG_FILES([ po/mt/Makefile ]) -AC_CONFIG_FILES([ po/nb/Makefile ]) -AC_CONFIG_FILES([ po/nl/Makefile ]) -AC_CONFIG_FILES([ po/pl/Makefile ]) -AC_CONFIG_FILES([ po/pt/Makefile ]) -AC_CONFIG_FILES([ po/pt_BR/Makefile ]) -AC_CONFIG_FILES([ po/ro/Makefile ]) -AC_CONFIG_FILES([ po/ru/Makefile ]) -AC_CONFIG_FILES([ po/rw/Makefile ]) -AC_CONFIG_FILES([ po/sl/Makefile ]) -AC_CONFIG_FILES([ po/sr/Makefile ]) -AC_CONFIG_FILES([ po/sr@Latn/Makefile ]) -AC_CONFIG_FILES([ po/sv/Makefile ]) -AC_CONFIG_FILES([ po/ta/Makefile ]) -AC_CONFIG_FILES([ po/tr/Makefile ]) +AC_CONFIG_FILES([ translations/Makefile ]) +AC_CONFIG_FILES([ translations/messages/Makefile ]) AC_OUTPUT echo "" echo "" |