git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [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
       [not found]   ` <CADN2PDZG_yCtxsuNuLCpcPH9zykefHBAOH7k3K6fAGWbTZooYQ@mail.gmail.com>
@ 2021-01-28 16:49     ` Pratyush Yadav
  0 siblings, 0 replies; 4+ messages in thread
From: Pratyush Yadav @ 2021-01-28 16:49 UTC (permalink / raw)
  To: Клюшин Михаил
  Cc: Mikhail Klyushin via GitGitGadget, git, Dimitriy Ryazantcev

On 28/01/21 07:47PM, Клюшин Михаил wrote:
> Hi!
> 
> It seems there is no progress on the patch. So maybe there is another way
> to validate it because the patch itself is so trivial? Maybe attached
> screenshots from Google Translate can help?
> You can see a spellchecker showing alerts on text.

Since no one has objected, and Dimitriy has not replied, I will pick it 
up in the next release.
 
> Best regards,
> Mikhail Klyushin
> 
> чт, 14 янв. 2021 г. в 20:38, Pratyush Yadav <me@yadavpratyush.com>:
> 
> > +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
> >




-- 
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

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).