Skip to content

Commit

Permalink
Fix: better handle last update switches
Browse files Browse the repository at this point in the history
  • Loading branch information
caglarturali committed Mar 1, 2021
1 parent 0f6d9b3 commit bb980f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/docusaurus-theme-classic/codeTranslations/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"theme.docs.versions.latestVersionSuggestionLabel": "Güncel belgeler için bkz. {latestVersionLink} ({versionLabel}).",
"theme.docs.versions.unmaintainedVersionLabel": "Bu, {siteTitle} {versionLabel} dokümantasyonudur ve bakımı sonlanmıştır.",
"theme.docs.versions.unreleasedVersionLabel": "Bu, {siteTitle} {versionLabel} sürümü için yayınlanmamış dokümantasyondur.",
"theme.lastUpdated.atDate": "{date}",
"theme.lastUpdated.byUser": "{user}",
"theme.lastUpdated.lastUpdatedAtBy": "En son {atDate} tarihinde {byUser} tarafından güncellendi",
"theme.lastUpdated.atDate": "{date} tarihinde",
"theme.lastUpdated.byUser": "{user} tarafından",
"theme.lastUpdated.lastUpdatedAtBy": "En son{atDate}{byUser} güncellendi",
"theme.tags.tagsListLabel": "Etiketler:",
"theme.tags.tagsPageLink": "Tüm Etiketleri Görüntüle",
"theme.tags.tagsPageTitle": "Etiketler"
Expand Down

0 comments on commit bb980f0

Please sign in to comment.