Locate the Translation Files
Go to the FreeDATA repository and navigate to:
[freedata_gui/src/locales](UPDATE URL).
Find or Create a Language File
no_Norsk.json for Norwegian), open it and update the translations. es_EspaƱol.json for Spanish).Translate the Text
"station":
{
"callsignssid": "Callsign SSID",
"callsignssid_help": "Set a SSID for this station"
}"station":
{
"callsignssid": "Kallesignal SSID",
"callsignssid_help": "Angi en SSID for denne stasjonen"
}The translations are grouped so do not change the first part "station" in this example. Also check that its properly formatted as JSON with i.e "," at the end of a key.
Test Your Translation
Submit Your Translation