We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c359dca commit 6aa469aCopy full SHA for 6aa469a
build/js/i18n/tr/interface.js
@@ -2,12 +2,12 @@ const interfaceTranslations = {
2
selectedCountryAriaLabel: "Seçilen ülke",
3
noCountrySelected: "Hiçbir ülke seçilmedi",
4
countryListAriaLabel: "Ülke listesi",
5
- searchPlaceholder: "Aramak",
+ searchPlaceholder: "Ara",
6
zeroSearchResults: "Sonuç bulunamadı",
7
oneSearchResult: "1 sonuç bulundu",
8
multipleSearchResults: "${count} sonuç bulundu",
9
// additional countries (not supported by country-list library)
10
- ac: "Yükselme adası",
+ ac: "Ascension Adası",
11
xk: "Kosova"
12
};
13
export default interfaceTranslations;
0 commit comments