Open in FFDec translation to Slovenian.

Updated TRANSLATIONS.md with info about Open in FFDec RC file.
This commit is contained in:
Jindra Petřík
2026-01-31 13:18:04 +01:00
parent df10631c8d
commit 690b33bbfb
3 changed files with 14 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
- Portugese - Portugal
- Portugese - Brasilian
- Russian
- Slovenian
- Spanish
- Swedish
- Turkish
@@ -53,4 +54,9 @@ Windows NSIS installer is translated separately (No translation tool for it),
See list of existing NSIS languages [here](https://github.com/jindrapetrik/jpexs-decompiler/tree/dev/nsis_locales)
and create new `.nsh` file for new installer language.
## Translating "Open in FFDec" context menu EXE resources
For the ffdec.exe application there exists RC file [here](https://github.com/jindrapetrik/jpexs-decompiler/blob/dev/open_with.rc)
where you need to add translation of the text "Open in FFDec" context menu for
associated SWF files.
[issue tracker]: https://www.free-decompiler.com/flash/

View File

@@ -103,6 +103,13 @@ BEGIN
1001 "Abrir con FFDec"
END
// Slovenian (sl-SI)
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
STRINGTABLE
BEGIN
1001 "Odpri v FFDec"
END
// Swedish (sv-SE)
LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
STRINGTABLE
@@ -122,4 +129,4 @@ LANGUAGE 0x22, 0x01 // LANG_UKRAINIAN
STRINGTABLE
BEGIN
1001 "Відкрити у FFDec"
END
END

Binary file not shown.