mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-06 10:38:07 +00:00
Fixed: #2577 Problem with Translator - Missing en jsyntaxpane Bundle
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
QuickFindDialog.jLblOccurrences.text = (0)
|
||||
QuickFindDialog.jLblOccurrences.toolTipText =
|
||||
QuickFindDialog.jLblOccurences.text = (0)
|
||||
QuickFindDialog.jLblOccurences.AccessibleContext.accessibleName = Occurences
|
||||
@@ -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