From 2a16f636b71f970f74eacb3f74df80a880a7faa0 Mon Sep 17 00:00:00 2001 From: MetuMortis <78408599+LiberaTeMetuMortis@users.noreply.github.com> Date: Sat, 29 Apr 2023 20:28:34 +0300 Subject: [PATCH] fix(theme-translations): fix Turkish translation for aria label "Enter key" (#8933) --- .../locales/tr/theme-search-algolia.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docusaurus-theme-translations/locales/tr/theme-search-algolia.json b/packages/docusaurus-theme-translations/locales/tr/theme-search-algolia.json index ba00e45919..04b00b9690 100644 --- a/packages/docusaurus-theme-translations/locales/tr/theme-search-algolia.json +++ b/packages/docusaurus-theme-translations/locales/tr/theme-search-algolia.json @@ -9,7 +9,7 @@ "theme.SearchModal.footer.navigateText": "yönlendir", "theme.SearchModal.footer.navigateUpKeyAriaLabel": "Yukarı ok", "theme.SearchModal.footer.searchByText": "Şuna göre ara:", - "theme.SearchModal.footer.selectKeyAriaLabel": "Enter key", + "theme.SearchModal.footer.selectKeyAriaLabel": "Enter tuşu", "theme.SearchModal.footer.selectText": "Seç", "theme.SearchModal.noResultsScreen.noResultsText": "için sonuç yok", "theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Bilmemize izin ver.",