Skip to content

Commit 8dad306

Browse files
committed
More translation tweaks
1 parent 9af1017 commit 8dad306

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/translator_mk.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1734,7 +1734,7 @@ class TranslatorMacedonian : public TranslatorAdapter_1_6_0
17341734
}
17351735
virtual QCString trDayPeriod(int period)
17361736
{
1737-
static const char *dayPeriod[] = { "претпладне", "попладне" };
1737+
static const char *dayPeriod[] = { "претпл.", "попл." };
17381738
return dayPeriod[period];
17391739
}
17401740
};

src/translator_ro.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1846,7 +1846,7 @@ class TranslatorRomanian : public TranslatorAdapter_1_8_15
18461846
}
18471847
virtual QCString trDayPeriod(int period)
18481848
{
1849-
static const char *dayPeriod[] = { "AM", "PM" };
1849+
static const char *dayPeriod[] = { "a.m.", "p.m." };
18501850
return dayPeriod[period];
18511851
}
18521852

0 commit comments

Comments
 (0)