Skip to content

Commit 2433cea

Browse files
authored
add translation support for data elements (#2346)
* add translation support for data elements * rename var
1 parent ad6346a commit 2433cea

4 files changed

Lines changed: 134 additions & 87 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ jobs:
132132
pip3 install GDAL==`gdal-config --version`
133133
- name: setup test data ⚙️
134134
run: |
135+
pybabel compile -d locale -l es
136+
pybabel compile -d locale -l fr
135137
python3 tests/load_oracle_data.py
136138
python3 tests/load_es_data.py tests/data/ne_110m_populated_places_simple.geojson geonameid
137139
python3 tests/load_opensearch_data.py tests/data/ne_110m_populated_places_simple.geojson geonameid

0 commit comments

Comments
 (0)