Files
topola-viewer/src/translations
Rokas 059c9d9413 Add configurable place display and shortening (#294)
* Add configurable place display and shortening

* Fix prettier formatting stuff

* Move place shortening logic to Chart
2026-06-04 20:33:08 +02:00
..
2026-05-02 14:57:03 +02:00

Translations

This directory contains translation files for the Topola Viewer application. These files are used to support multiple languages in the user interface.

Files

Each file in this directory corresponds to a specific language and contains a JSON object with translation keys and their corresponding localized strings.

Usage

These files are loaded by the internationalization (i18n) framework used in the project to display the UI in the user's preferred language. English strings are used as defaults directly in the source code. The translation json files are loaded in ../index.tsx.