Skip to content

Commit

Permalink
chore: temporary console log to avoid dynamic dep bug
Browse files Browse the repository at this point in the history
  • Loading branch information
turban committed Sep 25, 2023
1 parent 40e70ec commit 543a791
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 23 deletions.
55 changes: 32 additions & 23 deletions i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2023-09-20T14:09:46.319Z\n"
"PO-Revision-Date: 2023-09-20T14:09:46.319Z\n"
"POT-Creation-Date: 2023-09-25T08:21:38.658Z\n"
"PO-Revision-Date: 2023-09-25T08:21:38.658Z\n"

msgid "Untitled map, {{date}}"
msgstr "Untitled map, {{date}}"
Expand Down Expand Up @@ -307,15 +307,42 @@ msgstr "Source"
msgid "Legend preview"
msgstr "Legend preview"

msgid "Mean"
msgstr "Mean"

msgid "Min"
msgstr "Min"

msgid "Max"
msgstr "Max"

msgid "Median"
msgstr "Median"

msgid "Count"
msgstr "Count"

msgid "Mode"
msgstr "Mode"

msgid "Product"
msgstr "Product"

msgid "Start date"
msgstr "Start date"

msgid "Period reducer"
msgstr "Period reducer"

msgid "Loading periods"
msgstr "Loading periods"

msgid "Year"
msgstr "Year"

msgid "Available periods are set by the source data"
msgstr "Available periods are set by the source data"

msgid "Loading periods"
msgstr "Loading periods"

msgid "Min value is required"
msgstr "Min value is required"

Expand All @@ -331,12 +358,6 @@ msgstr "Valid steps are {{minSteps}} to {{maxSteps}}"
msgid "Unit: {{ unit }}"
msgstr "Unit: {{ unit }}"

msgid "Min"
msgstr "Min"

msgid "Max"
msgstr "Max"

msgid "Steps"
msgstr "Steps"

Expand Down Expand Up @@ -841,9 +862,6 @@ msgstr "Timeline"
msgid "Split map views"
msgstr "Split map views"

msgid "Start date"
msgstr "Start date"

msgid "End date"
msgstr "End date"

Expand All @@ -868,9 +886,6 @@ msgstr "Tracked Entity Type"
msgid "By data element"
msgstr "By data element"

msgid "Count"
msgstr "Count"

msgid "Average"
msgstr "Average"

Expand All @@ -892,12 +907,6 @@ msgstr "Hectares"
msgid "Acres"
msgstr "Acres"

msgid "Mean"
msgstr "Mean"

msgid "Median"
msgstr "Median"

msgid "Std dev"
msgstr "Std dev"

Expand Down
2 changes: 2 additions & 0 deletions src/components/map/MapApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import MapApi, {
} from '@dhis2/maps-gl'
import getMapLocale from './mapLocale.js'

console.log('poleOfInaccessibility', poleOfInaccessibility)

// Returns a new map instance
const map = (options) => {
const glyphs = `${options.baseUrl}/dhis-web-maps/fonts/{fontstack}/{range}.pbf`
Expand Down

0 comments on commit 543a791

Please sign in to comment.