summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/translator_kr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/translator_kr.h b/src/translator_kr.h
index c82d0b2..18337a5 100644
--- a/src/translator_kr.h
+++ b/src/translator_kr.h
@@ -677,10 +677,10 @@ class TranslatorKorean : public Translator
if (i!=numEntries-1) // not the last entry, so we need a separator
{
- if (i<numEntries-2) // not the fore last entry
- result+=", ";
- else // the fore last entry
+ //if (i<numEntries-2) // not the fore last entry
result+=", ";
+ //else // the fore last entry
+ // result+=", "; // TODO: does the 'and' need to be translated here?
}
}
return result;