From 39833cd9e020ca305766da9f3e16edc1928c1b61 Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Thu, 06 May 2021 21:53:51 +0000 Subject: [PATCH] add translation --- i18n/en.toml | 2 ++ i18n/tr.toml | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/i18n/en.toml b/i18n/en.toml index 5cb9dae..1d636bb 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -12,5 +12,7 @@ other = "Query is too short" [site_menu] other = "Site Menu" +[to_top] + other = "Back to top" [type_to_search] other = "Type to search" \ No newline at end of file diff --git a/i18n/tr.toml b/i18n/tr.toml index bd3cc52..5b4dafa 100644 --- a/i18n/tr.toml +++ b/i18n/tr.toml @@ -12,5 +12,7 @@ other = "Sorgu çok kısa" [site_menu] other = "Site menüsü" +[to_top] + other = "Retour au sommet" [type_to_search] other = "Aramak için yazın" -- Gitblit v1.10.0