Files
topola-viewer/src/translations/README.md
Przemek Więch 61dc588cd6 Add README files to all directories
generated by LLM
2026-05-02 14:57:03 +02:00

942 B

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.