Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

l10n: tr: v2.34.0 round 1 #567

Merged
merged 1 commit into from
Oct 31, 2021
Merged

l10n: tr: v2.34.0 round 1 #567

merged 1 commit into from
Oct 31, 2021

Conversation

bitigchi
Copy link

Signed-off-by: Emir Sarı bitigchi@me.com

Signed-off-by: Emir Sarı <bitigchi@me.com>
@github-actions
Copy link

Warnings found by git-po-helper in workflow #18:

INFO successfully fetched 1 missing blob(s) in a batch from partial clone 
INFO [po/tr.po@5650c37]	5210 translated messages. 
WARNING [po/tr.po@5650c37]	mismatch variable names: --python, with--python 
WARNING [po/tr.po@5650c37]	>> msgid: --format=%.*s cannot be used with--python, --shell, --tcl 
WARNING [po/tr.po@5650c37]	>> msgstr: --format=%.*s, --python, --shell ve --tcl ile kullanılamaz 
WARNING                                              
WARNING [po/tr.po@5650c37]	mismatch variable names: gpg.ssh.defaultKeyCommand, gpg.ssh.defaultKeycommand 
WARNING [po/tr.po@5650c37]	>> msgid: gpg.ssh.defaultKeycommand succeeded but returned no keys: %s %s 
WARNING [po/tr.po@5650c37]	>> msgstr: gpg.ssh.defaultKeyCommand başarılı oldu; ancak herhangi bir anahtar döndürmedi: %s %s 
WARNING                                              
INFO checking commits: 1 passed.                  

@bitigchi
Copy link
Author

Above errors seem to originate from the original source, no?

@jiangxin
Copy link
Member

Above errors seem to originate from the original source, no?

You are right, and I will send patches to upstream to fix these typos.

CC @gitster

@jiangxin jiangxin merged commit 5650c37 into git-l10n:master Oct 31, 2021
@jnavila
Copy link

jnavila commented Oct 31, 2021

There's another one in builtin/index-pack.c

@@ -1486,7 +1486,7 @@ static void rename_tmp_packfile(const char **final_name,
 		if (!*final_name)
 			*final_name = odb_pack_name(name, hash, ext);
 		if (finalize_object_file(curr_name, *final_name))
-			die(_("unable to rename temporary '*.%s' file to '%s"),
+			die(_("unable to rename temporary '*.%s' file to '%s'"),
 			    ext, *final_name);
 	} else if (make_read_only_if_same) {
 		chmod(*final_name, 0444);

@bitigchi bitigchi deleted the tr-2-34-r1 branch October 31, 2021 16:25
gitster pushed a commit to git/git that referenced this pull request Nov 2, 2021
Emir and Jean-Noël reported typos in some i18n messages when preparing
l10n for git 2.34.0.

* Fix unstable spelling of config variable "gpg.ssh.defaultKeyCommand"
  which was introduced in commit fd9e226 (ssh signing: retrieve a
  default key from ssh-agent, 2021-09-10).

* Add missing space between "with" and "--python" which was introduced
  in commit bd0708c (ref-filter: add %(raw) atom, 2021-07-26).

* Fix unmatched single quote in 'builtin/index-pack.c' which was
  introduced in commit 8737dab (index-pack: refactor renaming in
  final(), 2021-09-09)

[1] git-l10n#567

Reported-by: Emir Sarı <bitigchi@me.com>
Reported-by: Jean-Noël Avila <jn.avila@free.fr>
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants