mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 14:00:43 +00:00
Fixed: #2577 Problem with Translator - Missing en jsyntaxpane Bundle
This commit is contained in:
@@ -770,7 +770,8 @@ public class Translator extends JFrame implements ItemListener {
|
||||
int missingCount = 0;
|
||||
int newCount = 0;
|
||||
int modifiedCount = 0;
|
||||
for (String key : resourceValues.get(resource).get("en").keySet()) {
|
||||
LinkedHashMap<String, LinkedHashMap<String,String>> map = resourceValues.get(resource);
|
||||
for (String key : map.get("en").keySet()) {
|
||||
if (resourceValues.get(resource).containsKey(locale)
|
||||
&& resourceValues.get(resource).get(locale).containsKey(key)) {
|
||||
if (newValues.containsKey(resource)
|
||||
|
||||
Reference in New Issue
Block a user