Skip to content

Commit

Permalink
Upgrade to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuous integration committed Sep 4, 2024
1 parent 6691c16 commit aaadd12
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONST_create_template/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV CONFIG_VARS sqlalchemy.url sqlalchemy.pool_recycle sqlalchemy.pool_size sqla
reset_password fulltextsearch global_headers headers authorized_referers hooks stats db_chooser \
dbsessions urllogin host_forward_host headers_whitelist headers_blacklist \
smtp c2c.base_path welcome_email \
lingua_extractor interfaces_config interfaces devserver_url api authentication intranet metrics pdfreport \
lingva_extractor interfaces_config interfaces devserver_url api authentication intranet metrics pdfreport \
vector_tiles i18next main_ogc_server

COPY . /tmp/config/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV CONFIG_VARS sqlalchemy.url sqlalchemy.pool_recycle sqlalchemy.pool_size sqla
reset_password fulltextsearch global_headers headers authorized_referers hooks stats db_chooser \
dbsessions urllogin host_forward_host headers_whitelist headers_blacklist \
smtp c2c.base_path welcome_email \
lingua_extractor interfaces_config interfaces devserver_url api authentication intranet metrics pdfreport \
lingva_extractor interfaces_config interfaces devserver_url api authentication intranet metrics pdfreport \
vector_tiles i18next main_ogc_server

COPY . /tmp/config/
Expand Down
2 changes: 1 addition & 1 deletion geoportal/CONST_Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ build: $(BUILD_RULES)
PO_FILES = $(addprefix $(PACKAGE)_geoportal/locale/, $(addsuffix /LC_MESSAGES/$(PACKAGE)_geoportal-server.po, $(LANGUAGES)))

.INTERMEDIATE: $(PACKAGE)_geoportal/locale/$(PACKAGE)_geoportal-server.pot
$(PACKAGE)_geoportal/locale/$(PACKAGE)_geoportal-server.pot: lingua-server.cfg $(SRC_FILES)
$(PACKAGE)_geoportal/locale/$(PACKAGE)_geoportal-server.pot: lingva-server.cfg $(SRC_FILES)
mkdir --parent $(dir $@)
[ -z "$(SRC_FILES)" ] || pot-create --width=110 --config=$< --keyword=_ --output=$@ $(SRC_FILES)

Expand Down
2 changes: 1 addition & 1 deletion geoportal/CONST_config-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ mapping:
sequence:
- *map

lingua_extractor:
lingva_extractor:
type: map
mapping:
host_map:
Expand Down
2 changes: 1 addition & 1 deletion geoportal/CONST_vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ vars:
pdfreport:
print_url: '{PRINT_URL}'

lingua_extractor: {}
lingva_extractor: {}

content_security_policy_main_default_src_extra: ''
# Google Maps uses map.google.com and map.googleapis.com
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit aaadd12

Please sign in to comment.