* [PATCH] git-gui: fix typo in russian locale
@ 2021-01-14 10:39 Mikhail Klyushin via GitGitGadget
2021-01-14 17:37 ` Pratyush Yadav
2021-02-02 18:22 ` Pratyush Yadav
0 siblings, 2 replies; 4+ messages in thread
From: Mikhail Klyushin via GitGitGadget @ 2021-01-14 10:39 UTC (permalink / raw)
To: git; +Cc: Mikhail Klyushin, Mikhail Klyushin
From: Mikhail Klyushin <klyushinmisha@gmail.com>
Fixed typo in russian locale: издекса -> индекса
Signed-off-by: Mikhail Klyushin <klyushinmisha@gmail.com>
---
git-gui: fix typo in russian locale
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-837%2Fklyushinmisha%2Ffix%2Ftypo-in-russian-locale-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-837/klyushinmisha/fix/typo-in-russian-locale-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/837
git-gui/po/ru.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/git-gui/po/ru.po b/git-gui/po/ru.po
index 161ee1ac8cb..7aebaf809d0 100644
--- a/git-gui/po/ru.po
+++ b/git-gui/po/ru.po
@@ -331,7 +331,7 @@ msgstr "Добавить изменённые файлы в индекс"
#: git-gui.sh:2936
msgid "Unstage From Commit"
-msgstr "Убрать из издекса"
+msgstr "Убрать из индекса"
#: git-gui.sh:2942 lib/index.tcl:521
msgid "Revert Changes"
base-commit: 72c4083ddf91b489b7b7b812df67ee8842177d98
--
gitgitgadget
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] git-gui: fix typo in russian locale
2021-01-14 10:39 [PATCH] git-gui: fix typo in russian locale Mikhail Klyushin via GitGitGadget
@ 2021-01-14 17:37 ` Pratyush Yadav
[not found] ` <CADN2PDZG_yCtxsuNuLCpcPH9zykefHBAOH7k3K6fAGWbTZooYQ@mail.gmail.com>
2021-02-02 18:22 ` Pratyush Yadav
1 sibling, 1 reply; 4+ messages in thread
From: Pratyush Yadav @ 2021-01-14 17:37 UTC (permalink / raw)
To: Mikhail Klyushin via GitGitGadget
Cc: git, Mikhail Klyushin, Dimitriy Ryazantcev
+Cc Dimitriy since he is the last person to touch the Russian
translation.
On 14/01/21 10:39AM, Mikhail Klyushin via GitGitGadget wrote:
> From: Mikhail Klyushin <klyushinmisha@gmail.com>
>
> Fixed typo in russian locale: издекса -> индекса
Thanks for the patch. Dimitriy can you please acknowledge/review that
the change is sane?
>
> Signed-off-by: Mikhail Klyushin <klyushinmisha@gmail.com>
> ---
> git-gui: fix typo in russian locale
>
> Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-837%2Fklyushinmisha%2Ffix%2Ftypo-in-russian-locale-v1
> Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-837/klyushinmisha/fix/typo-in-russian-locale-v1
> Pull-Request: https://github.com/gitgitgadget/git/pull/837
>
> git-gui/po/ru.po | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/git-gui/po/ru.po b/git-gui/po/ru.po
> index 161ee1ac8cb..7aebaf809d0 100644
> --- a/git-gui/po/ru.po
> +++ b/git-gui/po/ru.po
> @@ -331,7 +331,7 @@ msgstr "Добавить изменённые файлы в индекс"
>
> #: git-gui.sh:2936
> msgid "Unstage From Commit"
> -msgstr "Убрать из издекса"
> +msgstr "Убрать из индекса"
>
> #: git-gui.sh:2942 lib/index.tcl:521
> msgid "Revert Changes"
>
> base-commit: 72c4083ddf91b489b7b7b812df67ee8842177d98
> --
> gitgitgadget
--
Regards,
Pratyush Yadav
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] git-gui: fix typo in russian locale
2021-01-14 10:39 [PATCH] git-gui: fix typo in russian locale Mikhail Klyushin via GitGitGadget
2021-01-14 17:37 ` Pratyush Yadav
@ 2021-02-02 18:22 ` Pratyush Yadav
1 sibling, 0 replies; 4+ messages in thread
From: Pratyush Yadav @ 2021-02-02 18:22 UTC (permalink / raw)
To: Mikhail Klyushin via GitGitGadget; +Cc: git, Mikhail Klyushin
On 14/01/21 10:39AM, Mikhail Klyushin via GitGitGadget wrote:
> From: Mikhail Klyushin <klyushinmisha@gmail.com>
>
> Fixed typo in russian locale: издекса -> индекса
>
> Signed-off-by: Mikhail Klyushin <klyushinmisha@gmail.com>
> ---
> git-gui: fix typo in russian locale
>
> Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-837%2Fklyushinmisha%2Ffix%2Ftypo-in-russian-locale-v1
> Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-837/klyushinmisha/fix/typo-in-russian-locale-v1
> Pull-Request: https://github.com/gitgitgadget/git/pull/837
>
> git-gui/po/ru.po | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to git-gui/master. Thanks.
--
Regards,
Pratyush Yadav
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-02-02 18:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-14 10:39 [PATCH] git-gui: fix typo in russian locale Mikhail Klyushin via GitGitGadget
2021-01-14 17:37 ` Pratyush Yadav
[not found] ` <CADN2PDZG_yCtxsuNuLCpcPH9zykefHBAOH7k3K6fAGWbTZooYQ@mail.gmail.com>
2021-01-28 16:49 ` Pratyush Yadav
2021-02-02 18:22 ` Pratyush Yadav
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox