Skip to content

Commit

Permalink
Merge pull request #1307 from GSA/more-locale
Browse files Browse the repository at this point in the history
more locales to filter out
  • Loading branch information
FuhuXia authored Apr 15, 2024
2 parents 4056f03 + 0718168 commit c1572df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,6 @@ CKANEXT__SAML2AUTH__REQUESTED_AUTHN_CONTEXT_COMPARISON=exact
CKANEXT__DATAGOVCATALOG__ADD_PACKAGES_TRACKING_INFO=false

# Remove all translated pages, for less crawling
CKAN__LOCALES_FILTERED_OUT=am ar bg ca cs_CZ da_DK de el en_AU en_GB es es_AR eu fa_IR fi fr gl he hr hu id is it ja km ko_KR lt lv mk mn_MN my_MM nb_NO ne nl pl pt_BR pt_PT ro ru sk sl sq sr sr_Latn sv th tl tr uk uk_UA vi zh_Hans_CN zh_Hant_TW
CKAN__LOCALES_FILTERED_OUT=am ar bg bs ca cs_CZ da_DK de el en_AU en_GB es es_AR eu fa_IR fi fr gl he hr hu id is it ja km ko_KR lt lv mk mn_MN my_MM nb_NO ne nl no pl pt_BR pt_PT ro ru sk sl sq sr sr_Latn sv th tl tr uk uk_UA vi zh_Hans_CN zh_Hant_TW

CKAN__FAVICON=/images/favicon.ico
2 changes: 1 addition & 1 deletion ckan/setup/ckan.ini
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ ckan.template_head_end = <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/
ckan.locale_default = en
# ckan.locale_order = en pt_BR ja it cs_CZ ca es fr el sv sr sr@latin no sk fi ru de pl nl bg ko_KR hu sa sl lv
# ckan.locales_offered =
ckan.locales_filtered_out = am ar bg ca cs_CZ da_DK de el en_AU en_GB es es_AR eu fa_IR fi fr gl he hr hu id is it ja km ko_KR lt lv mk mn_MN my_MM nb_NO ne nl pl pt_BR pt_PT ro ru sk sl sq sr sr_Latn sv th tl tr uk uk_UA vi zh_Hans_CN zh_Hant_TW
ckan.locales_filtered_out = am ar bg bs ca cs_CZ da_DK de el en_AU en_GB es es_AR eu fa_IR fi fr gl he hr hu id is it ja km ko_KR lt lv mk mn_MN my_MM nb_NO ne nl no pl pt_BR pt_PT ro ru sk sl sq sr sr_Latn sv th tl tr uk uk_UA vi zh_Hans_CN zh_Hant_TW

## Feeds Settings

Expand Down
2 changes: 1 addition & 1 deletion solr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y curl vim stunnel4 git
# Install EFS Dependencies
RUN git clone https://github.com/aws/efs-utils && \
cd efs-utils && \
apt-get -y install binutils && \
apt-get -y install binutils rustc cargo pkg-config libssl-dev && \
./build-deb.sh && \
apt-get -y install ./build/amazon-efs-utils*deb

Expand Down

0 comments on commit c1572df

Please sign in to comment.