Skip to content

Commit

Permalink
Translate metaschema
Browse files Browse the repository at this point in the history
  • Loading branch information
duncandewhurst committed Nov 29, 2024
1 parent 82d5831 commit 0b95afc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion babel_ocds_metaschema.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[ocds_metaschema: schema/metaschema/meta-schema-patch.json]
[ocds_schema: schema/metaschema/meta-schema-patch.json]
2 changes: 1 addition & 1 deletion include/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ extract_markdown: current_lang.en
sphinx-build -nW --keep-going -q -b gettext $(DOCS_DIR) $(POT_DIR)

.PHONY: extract
extract: extract_theme extract_codelists extract_schema $(EXTRACT_TARGETS) extract_markdown clean_current_lang
extract: extract_theme extract_codelists extract_schema extract_metaschema $(EXTRACT_TARGETS) extract_markdown clean_current_lang

$(TRANSLATIONS:.%=docs/locale/%): docs/locale/%: FORCE
sphinx-intl update -p $(POT_DIR) -d $(LOCALE_DIR) -l "$*"
Expand Down

0 comments on commit 0b95afc

Please sign in to comment.