feat: add Romanian language support (#9388)

# Which Problems Are Solved

- Lack of support for the Romanian language in the application.

# How the Problems Are Solved

- Added translations for the Romanian language

---------

Co-authored-by: Silvan <27845747+adlerhurst@users.noreply.github.com>
This commit is contained in:
Mateusz Wolanowski
2025-03-04 18:09:21 +01:00
committed by GitHub
parent 0c87a96e2c
commit 007c96d54a
44 changed files with 4923 additions and 66 deletions

View File

@@ -100,6 +100,8 @@
</option>
<option value="ko" id="ko" {{if (selectedLanguage "ko")}} selected {{end}}>{{t "ExternalNotFound.Korean"}}
</option>
<option value="ro" id="ro" {{if (selectedLanguage "ro")}} selected {{end}}>{{t "ExternalNotFound.Romanian"}}
</option>
</select>
</div>
</div>