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:
authorLluis Sanchez <llsan@microsoft.com>2017-12-05 14:44:33 +0300
committerGitHub <noreply@github.com>2017-12-05 14:44:33 +0300
commitef1df79a5f1b01f1183c44cf4b2ef6384c007d3c (patch)
treed9a62980eecab237800e3f59533f095f92c30ad2 /main/po
parent91a02bdd173775636d49086faee99391d2ad6f8e (diff)
parent75cb16eb9126ebe8bf2c333561eca9f93fdbeb66 (diff)
Merge pull request #2954 from mono/gettext-sort
[Gettext] Add option to output sorted translation files.
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 0b44e025eb..14d6750416 100644
--- a/main/po/Makefile.am
+++ b/main/po/Makefile.am
@@ -11,7 +11,7 @@ MO_FILES = $(foreach po,$(FILES), $(INSTALL_DIR)/$(basename $(po))/LC_MESSAGES/$
all: $(GMO_FILES) post-strip-mnemonics
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 strip-mnemonics
$(MKDIR_P) $(dir $@)