Skip to content

Commit

Permalink
Fix the ISO code description of region/province/department (#3685)
Browse files Browse the repository at this point in the history
* Fix the ISO code description of region/province/department

*  Missing the data of one province and two regions of China

* Revert " Missing the data of one province and two regions of China"

This reverts commit abff455.
  • Loading branch information
roganw authored and mistercrunch committed Oct 25, 2017
1 parent e97dc9d commit 547a3bf
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions babel/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2477,13 +2477,13 @@ msgid "Choose a target"
msgstr ""

#: superset/assets/javascripts/explore/stores/visTypes.js:828
msgid "ISO 3166-1 codes of region/province/department"
msgid "ISO 3166-2 codes of region/province/department"
msgstr ""

#: superset/assets/javascripts/explore/stores/visTypes.js:829
msgid ""
"It's ISO 3166-1 of your region/province/department in your table. (see "
"documentation for list of ISO 3166-1)"
"It's ISO 3166-2 of your region/province/department in your table. (see "
"documentation for list of ISO 3166-2)"
msgstr ""

#: superset/assets/javascripts/explore/stores/visTypes.js:863
Expand Down
4 changes: 2 additions & 2 deletions superset/assets/javascripts/explore/stores/visTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -852,8 +852,8 @@ export const visTypes = {
],
controlOverrides: {
entity: {
label: t('ISO 3166-1 codes of region/province/department'),
description: t('It\'s ISO 3166-1 of your region/province/department in your table. (see documentation for list of ISO 3166-1)'),
label: t('ISO 3166-2 codes of region/province/department'),
description: t('It\'s ISO 3166-2 of your region/province/department in your table. (see documentation for list of ISO 3166-2)'),
},
metric: {
label: t('Metric'),
Expand Down
6 changes: 3 additions & 3 deletions superset/translations/en/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -2478,13 +2478,13 @@ msgid "Choose a target"
msgstr ""

#: superset/assets/javascripts/explore/stores/visTypes.js:828
msgid "ISO 3166-1 codes of region/province/department"
msgid "ISO 3166-2 codes of region/province/department"
msgstr ""

#: superset/assets/javascripts/explore/stores/visTypes.js:829
msgid ""
"It's ISO 3166-1 of your region/province/department in your table. (see "
"documentation for list of ISO 3166-1)"
"It's ISO 3166-2 of your region/province/department in your table. (see "
"documentation for list of ISO 3166-2)"
msgstr ""

#: superset/assets/javascripts/explore/stores/visTypes.js:863
Expand Down
6 changes: 3 additions & 3 deletions superset/translations/es/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -2478,13 +2478,13 @@ msgid "Choose a target"
msgstr ""

#: superset/assets/javascripts/explore/stores/visTypes.js:828
msgid "ISO 3166-1 codes of region/province/department"
msgid "ISO 3166-2 codes of region/province/department"
msgstr ""

#: superset/assets/javascripts/explore/stores/visTypes.js:829
msgid ""
"It's ISO 3166-1 of your region/province/department in your table. (see "
"documentation for list of ISO 3166-1)"
"It's ISO 3166-2 of your region/province/department in your table. (see "
"documentation for list of ISO 3166-2)"
msgstr ""

#: superset/assets/javascripts/explore/stores/visTypes.js:863
Expand Down
6 changes: 3 additions & 3 deletions superset/translations/fr/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -2478,13 +2478,13 @@ msgid "Choose a target"
msgstr ""

#: superset/assets/javascripts/explore/stores/visTypes.js:828
msgid "ISO 3166-1 codes of region/province/department"
msgid "ISO 3166-2 codes of region/province/department"
msgstr ""

#: superset/assets/javascripts/explore/stores/visTypes.js:829
msgid ""
"It's ISO 3166-1 of your region/province/department in your table. (see "
"documentation for list of ISO 3166-1)"
"It's ISO 3166-2 of your region/province/department in your table. (see "
"documentation for list of ISO 3166-2)"
msgstr ""

#: superset/assets/javascripts/explore/stores/visTypes.js:863
Expand Down
6 changes: 3 additions & 3 deletions superset/translations/it/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -2479,13 +2479,13 @@ msgid "Choose a target"
msgstr ""

#: superset/assets/javascripts/explore/stores/visTypes.js:828
msgid "ISO 3166-1 codes of region/province/department"
msgid "ISO 3166-2 codes of region/province/department"
msgstr ""

#: superset/assets/javascripts/explore/stores/visTypes.js:829
msgid ""
"It's ISO 3166-1 of your region/province/department in your table. (see "
"documentation for list of ISO 3166-1)"
"It's ISO 3166-2 of your region/province/department in your table. (see "
"documentation for list of ISO 3166-2)"
msgstr ""

#: superset/assets/javascripts/explore/stores/visTypes.js:863
Expand Down
6 changes: 3 additions & 3 deletions superset/translations/zh/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -2478,13 +2478,13 @@ msgid "Choose a target"
msgstr ""

#: superset/assets/javascripts/explore/stores/visTypes.js:828
msgid "ISO 3166-1 codes of region/province/department"
msgid "ISO 3166-2 codes of region/province/department"
msgstr ""

#: superset/assets/javascripts/explore/stores/visTypes.js:829
msgid ""
"It's ISO 3166-1 of your region/province/department in your table. (see "
"documentation for list of ISO 3166-1)"
"It's ISO 3166-2 of your region/province/department in your table. (see "
"documentation for list of ISO 3166-2)"
msgstr ""

#: superset/assets/javascripts/explore/stores/visTypes.js:863
Expand Down

0 comments on commit 547a3bf

Please sign in to comment.