2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Closed beta 1001007001: Fix build in Xcode.

This commit is contained in:
John Preston
2017-06-06 13:40:15 +03:00
parent 5d0e89db5d
commit 7dd50fa931
5 changed files with 25 additions and 29 deletions

View File

@@ -78,14 +78,14 @@ QString PrepareCommandString(int index) {
} // namespace
const std::array<QString, kPluralPartCount> kPluralParts = {
const std::array<QString, kPluralPartCount> kPluralParts = { {
"zero",
"one",
"two",
"few",
"many",
"other",
};
} };
const QString kPluralTag = "count";