Re: [PATCH v3] l10n: localizable upload progress messages

2019-06-22 Thread Dimitriy
Duy Nguyen wrote: > > On Sat, Jun 22, 2019 at 4:37 PM Dimitriy Ryazantcev > wrote: > > diff --git a/strbuf.c b/strbuf.c > > index 0e18b259ce..0a3ebc3749 100644 > > --- a/strbuf.c > > +++ b/strbuf.c > > @@ -814,20 +814,28 @@ void strbuf_addstr_urlencod

Re: [PATCH v3] l10n: localizable upload progress messages

2019-06-23 Thread Dimitriy
brian m. carlson wrote: > > On 2019-06-22 at 21:42:33, Johannes Sixt wrote: > > Am 22.06.19 um 11:36 schrieb Dimitriy Ryazantcev: > > > diff --git a/strbuf.c b/strbuf.c > > > index 0e18b259ce..0a3ebc3749 100644 > > > --- a/strbuf.c > > >

Re: [PATCH v5] l10n: localizable upload progress messages

2019-06-26 Thread Dimitriy
Junio C Hamano writes: > > Dimitriy Ryazantcev writes: > > > Currenly the data rate in throughput_string(...) method is > > output by simple strbuf_humanise_bytes(...) call and '/s' append. > > But for proper translation of such string the translato

[BUG] git pull with pull.rebase and rebase.autoStash is not working anymore in 2.16

2018-01-24 Thread Dimitriy
ry and index state WIP on develop: ba14a4c3f some commit $ git status On branch develop Your branch is behind 'origin/develop' by 3 commits, and can be fast-forwarded. (use "git pull" to update your local branch) nothing to commit, working tree clean -- Sincerely, Dimitriy Ryazantcev

Re: [BUG] git pull with pull.rebase and rebase.autoStash is not working anymore in 2.16

2018-01-25 Thread Dimitriy
Yeah it seems like this bug. Thank you for sharing this with me. -- Sincerely, Dimitriy Ryazantcev > Could this be the same one as reported as Git for Windows issue > #1437[1] ("`git status` reports (non-existent) modifications after > `git stash push`", 2018-01-20), fixed

[PATCH] gitk: ru.po: Update Russian translation

2016-07-12 Thread Dimitriy Ryazantcev
Signed-off-by: Dimitriy Ryazantcev --- po/ru.po | 640 --- 1 file changed, 328 insertions(+), 312 deletions(-) diff --git a/po/ru.po b/po/ru.po index 17ed026..6a00dc2 100644 --- a/po/ru.po +++ b/po/ru.po @@ -3,15 +3,15

[PATCH] git-gui: Update translation template

2016-10-06 Thread Dimitriy Ryazantcev
Signed-off-by: Dimitriy Ryazantcev --- po/git-gui.pot | 2203 +++- 1 file changed, 1205 insertions(+), 998 deletions(-) diff --git a/po/git-gui.pot b/po/git-gui.pot index 0c94f9c..634af68 100644 --- a/po/git-gui.pot +++ b/po/git-gui.pot

[PATCH] gitk: Update Russian translation

2015-10-12 Thread Dimitriy Ryazantcev
I updated Russian translation for gitk. Please feel free to add any sugessions on Git Russian Localization Project: https://www.transifex.com/djm00n/git-po-ru/language/ru/ Patch is against current git://ozlabs.org/~paulus/gitk master branch. Dimitriy Ryazantcev (1): gitk: Update Russian

[PATCH] gitk: Update Russian translation

2015-10-12 Thread Dimitriy Ryazantcev
Signed-off-by: Dimitriy Ryazantcev --- po/ru.po | 401 +-- 1 file changed, 161 insertions(+), 240 deletions(-) diff --git a/po/ru.po b/po/ru.po index f1bac87..4bec810 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1,18 +1,24

[PATCH] git-gui: Update Russian translation

2015-10-12 Thread Dimitriy Ryazantcev
I updated Russian translation for git-gui. Please feel free to add any sugessions on Git Russian Localization Project: https://www.transifex.com/djm00n/git-po-ru/language/ru/ Patch is against current git://repo.or.cz/git-gui.git master branch. Dimitriy Ryazantcev (1): git-gui: Update Russian

[PATCH v2] git-gui: Update Russian translation

2015-10-14 Thread Dimitriy Ryazantcev
aded po with copyrights to them. Sent a mail to Transifex support. For now I replaced it manually. Dimitriy Ryazantcev (1): git-gui: Update Russian translation po/ru.po | 668 +++ 1 file changed, 243 insertions(+), 425 deletions(-) --

[PATCH] l10n: localizable upload progress messages

2019-06-21 Thread Dimitriy Ryazantcev
Signed-off-by: Dimitriy Ryazantcev --- progress.c | 3 ++- strbuf.c | 8 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/progress.c b/progress.c index a2e8cf64a8..3d47c06495 100644 --- a/progress.c +++ b/progress.c @@ -151,7 +151,8 @@ static void throughput_string

[PATCH v2] l10n: localizable upload progress messages

2019-06-22 Thread Dimitriy Ryazantcev
Signed-off-by: Dimitriy Ryazantcev --- progress.c | 4 +++- strbuf.c | 16 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/progress.c b/progress.c index a2e8cf64a8..61d8cf5d04 100644 --- a/progress.c +++ b/progress.c @@ -151,7 +151,9 @@ static void

[PATCH v3] l10n: localizable upload progress messages

2019-06-22 Thread Dimitriy Ryazantcev
Signed-off-by: Dimitriy Ryazantcev --- progress.c | 4 +++- strbuf.c | 16 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/progress.c b/progress.c index a2e8cf64a8..61d8cf5d04 100644 --- a/progress.c +++ b/progress.c @@ -151,7 +151,9 @@ static void

[PATCH v4] l10n: localizable upload progress messages

2019-06-23 Thread Dimitriy Ryazantcev
Signed-off-by: Dimitriy Ryazantcev --- progress.c | 4 +++- strbuf.c | 16 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/progress.c b/progress.c index a2e8cf64a8..fc62941fa4 100644 --- a/progress.c +++ b/progress.c @@ -151,7 +151,9 @@ static void

[PATCH v5] l10n: localizable upload progress messages

2019-06-24 Thread Dimitriy Ryazantcev
data rate ('3.5 MiB/s' etc) with full context. Strings with the units in strbuf_humanise_bytes(...) are marked for translation. Signed-off-by: Dimitriy Ryazantcev --- progress.c | 3 +-- strbuf.c | 37 + strbuf.h | 6 ++ 3 files changed,

[PATCH v6] l10n: localizable upload progress messages

2019-07-02 Thread Dimitriy Ryazantcev
data rate ('3.5 MiB/s' etc) with full context. Strings with the units in strbuf_humanise_bytes(...) are marked for translation. Signed-off-by: Dimitriy Ryazantcev --- progress.c | 3 +-- strbuf.c | 42 +- strbuf.h | 6 ++ 3 files changed,