Skip to content

Commit 6aa469a

Browse files
committed
Translation build file
1 parent c359dca commit 6aa469a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/js/i18n/tr/interface.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ const interfaceTranslations = {
22
selectedCountryAriaLabel: "Seçilen ülke",
33
noCountrySelected: "Hiçbir ülke seçilmedi",
44
countryListAriaLabel: "Ülke listesi",
5-
searchPlaceholder: "Aramak",
5+
searchPlaceholder: "Ara",
66
zeroSearchResults: "Sonuç bulunamadı",
77
oneSearchResult: "1 sonuç bulundu",
88
multipleSearchResults: "${count} sonuç bulundu",
99
// additional countries (not supported by country-list library)
10-
ac: "Yükselme adası",
10+
ac: "Ascension Adası",
1111
xk: "Kosova"
1212
};
1313
export default interfaceTranslations;

0 commit comments

Comments
 (0)