Skip to content

Commit

Permalink
Removes ranking from words, and couple more comment fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmechali committed Jan 9, 2025
1 parent 919b8f6 commit 2beff8e
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 3 deletions.
Binary file modified server/i18n/de/LC_MESSAGES/all.mo
Binary file not shown.
Binary file modified server/i18n/en/LC_MESSAGES/all.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions server/i18n/en/LC_MESSAGES/all.po
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ msgstr "Gross domestic product: other countries"

#. Title of a place chart: Gross domestic product (nominal): other countries ranking, see https://en.wikipedia.org/wiki/Gross_domestic_product
msgid "CHART_TITLE-Gdp-other-countries-ranking"
msgstr "Gross domestic product: other countries ranking"
msgstr "Gross domestic product: other countries"


#. Title of a place chart: The Gini index is a measure of inequality, see https://stats.oecd.org/glossary/detail.asp?ID=4842
Expand All @@ -467,7 +467,7 @@ msgstr "Median household income by race"

#. Title of a place chart: The Gini index is a measure of inequality, see https://stats.oecd.org/glossary/detail.asp?ID=4842
msgid "CHART_TITLE-Gini_index-other-countries-rankings"
msgstr "Gini index: other countries ranking"
msgstr "Gini index: other countries"

#. Title of a place chart: Gross national income, converted using purchasing power parity rates
msgid "CHART_TITLE-Gni"
Expand Down
Binary file modified server/i18n/es/LC_MESSAGES/all.mo
Binary file not shown.
Binary file modified server/i18n/fr/LC_MESSAGES/all.mo
Binary file not shown.
Binary file modified server/i18n/hi/LC_MESSAGES/all.mo
Binary file not shown.
Binary file modified server/i18n/it/LC_MESSAGES/all.mo
Binary file not shown.
Binary file modified server/i18n/ja/LC_MESSAGES/all.mo
Binary file not shown.
Binary file modified server/i18n/ko/LC_MESSAGES/all.mo
Binary file not shown.
Binary file modified server/i18n/ru/LC_MESSAGES/all.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion static/js/place/dev_place_main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function placeChartsApiResponsesToPageConfig(
const charts = chartsByCategory[categoryName];

const tiles: TileConfig[] = charts.map((chart) => {
const chartConfiguration = {
const chartConfiguration : TileConfig = {
description: chart.description,
title: chart.title,
type: chart.type,
Expand Down

0 comments on commit 2beff8e

Please sign in to comment.