summaryrefslogtreecommitdiff
path: root/muse2/share/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/share/CMakeLists.txt')
-rw-r--r--muse2/share/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/muse2/share/CMakeLists.txt b/muse2/share/CMakeLists.txt
index 817e2910..c8d89cf9 100644
--- a/muse2/share/CMakeLists.txt
+++ b/muse2/share/CMakeLists.txt
@@ -18,15 +18,17 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#=============================================================================
+# NOTE: locale/ directory needs to be at the end so that the translations
+# are scanned before coming to share/locale
subdirs(
drummaps
html
instruments
- locale
plugins
pybridge
scripts
templates
wallpapers
+ locale
)