specs icon indicating copy to clipboard operation
specs copied to clipboard

Using external i18n storage for header localization

Open nyurik opened this issue 7 years ago • 1 comments

When handling thousands of independent datasets, each describing weather, it would make sense to NOT store the translation of each column's title. I posted an idea about using a translation dictionary as a lookup source for headers and localized data as well. See https://phabricator.wikimedia.org/T134835#2906059 for details.

Question: How would we want to reference that external dictionary in the spec?

nyurik avatar Dec 29 '16 07:12 nyurik

I think something like this would make sense, especially in cases where:

  • some column names might be the same in every language or not translatable
  • l10n is in progress and you would still like people to have access to a partial translation, but show the yet untranslated labels where unavailable

augusto-herrmann avatar Nov 02 '21 10:11 augusto-herrmann