Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/main/po
diff options
context:
space:
mode:
authortherzok <marius.ungureanu@xamarin.com>2017-08-29 19:50:28 +0300
committertherzok <marius.ungureanu@xamarin.com>2017-08-29 19:50:28 +0300
commit4caa62ed91d2ebda59e2af99531fd76acce3ded7 (patch)
tree48025474efa39bf5f7e33ddb8d894dd8daf5e1f9 /main/po
parent8afb3e4b797a5a9477a113c8e2b7ced970b7644d (diff)
Fixup!
Diffstat (limited to 'main/po')
-rw-r--r--main/po/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/po/Makefile.am b/main/po/Makefile.am
index 30e7f62590..ca4152118e 100644
--- a/main/po/Makefile.am
+++ b/main/po/Makefile.am
@@ -10,7 +10,7 @@ MO_FILES = $(foreach po,$(FILES), $(INSTALL_DIR)/$(basename $(po))/LC_MESSAGES/$
all: $(GMO_FILES)
update-po:
- $(MDTOOL_RUN) gettext-update -f:$(top_srcdir)/Main.sln
+ $(MDTOOL_RUN) gettext-update --sort -f:$(top_srcdir)/Main.sln
$(GMO_FILES): $(LC_BUILD)/%/LC_MESSAGES/$(PACKAGE).mo: %.po
$(MKDIR_P) $(dir $@)