diff options
Diffstat (limited to 'nls/da_DK')
-rw-r--r-- | nls/da_DK/Configmenu.m | 2 | ||||
-rw-r--r-- | nls/da_DK/Makefile.am | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/nls/da_DK/Configmenu.m b/nls/da_DK/Configmenu.m index cb742bc..d045d7e 100644 --- a/nls/da_DK/Configmenu.m +++ b/nls/da_DK/Configmenu.m | |||
@@ -48,3 +48,5 @@ $ #MaxOverSlit | |||
48 | # Maximize Over Slit | 48 | # Maximize Over Slit |
49 | $ #SloppyWindowGrouping | 49 | $ #SloppyWindowGrouping |
50 | # Sloppy Window Grouping | 50 | # Sloppy Window Grouping |
51 | $ #WorkspaceWarping | ||
52 | # Workspace Warping | ||
diff --git a/nls/da_DK/Makefile.am b/nls/da_DK/Makefile.am index 6c9ea01..c673cb3 100644 --- a/nls/da_DK/Makefile.am +++ b/nls/da_DK/Makefile.am | |||
@@ -20,6 +20,7 @@ uninstall-local: | |||
20 | 20 | ||
21 | Translation.m: $(MFILES) | 21 | Translation.m: $(MFILES) |
22 | @if test x$(NLSTEST) = "x-DNLS"; then \ | 22 | @if test x$(NLSTEST) = "x-DNLS"; then \ |
23 | rm -f Translation.m; \ | ||
23 | awk -f ../convert.awk output=Translation.m $(MFILES); \ | 24 | awk -f ../convert.awk output=Translation.m $(MFILES); \ |
24 | fi | 25 | fi |
25 | 26 | ||