alpha
Login
or
Join now
ilyagr.bsky.social
/
gitk-test2
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Slightly older version of
master
from https://github.com/j6t/gitk
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
gitk-test2
/
po
18 files
at
test
Alexander Shopov
gitk i18n: Remove the locations within the Bulgarian translation
1y ago
79be55fa
.gitignore
gitk i18n: Remove the locations within the Bulgarian translation This makes sending diffs via mail list easier and brings the po-file in line with git po-file. Signed-off-by: Alexander Shopov <ash@kambanaria.org>
1 year ago
bg.po
gitk i18n: Remove the locations within the Bulgarian translation This makes sending diffs via mail list easier and brings the po-file in line with git po-file. Signed-off-by: Alexander Shopov <ash@kambanaria.org>
1 year ago
ca.po
gitk: Update copyright notice to 2016 Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
9 years ago
de.po
gitk: Update copyright notice to 2016 Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
9 years ago
es.po
gitk: Update copyright notice to 2016 Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
9 years ago
fr.po
gitk: Update copyright notice to 2016 Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
9 years ago
hu.po
gitk: Update copyright notice to 2016 Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
9 years ago
it.po
gitk: Update copyright notice to 2016 Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
9 years ago
ja.po
gitk: Update copyright notice to 2016 Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
9 years ago
meson.build
gitk: add Tamil translation Signed-off-by: தமிழ் நேரம் <anishprabu.t@gmail.com>
1 year ago
po2msg.sh
gitk: chmod +x po2msg.sh The Makefile only runs it using tclsh, but because the fallback po2msg script has the usual tcl preamble starting with #!/bin/sh it can also be run directly. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
12 years ago
pt_br.po
gitk: Update copyright notice to 2016 Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
9 years ago
pt_pt.po
gitk: Update copyright notice to 2016 Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
9 years ago
ru.po
gitk: ru.po: Update Russian translation Signed-off-by: Dimitriy Ryazantcev <dimitriy.ryazantcev@gmail.com> Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
9 years ago
sv.po
gitk: sv.po: Update Swedish translation (323t) Signed-off-by: Peter Krefting <peter@softwolves.pp.se>
2 years ago
ta.po
gitk: add Tamil translation Signed-off-by: தமிழ் நேரம் <anishprabu.t@gmail.com>
1 year ago
vi.po
gitk: Update copyright notice to 2016 Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
9 years ago
zh_cn.po
gitk: rename zh_CN.po to zh_cn.po When running make from a clean environment, all of the *.po files should be converted into *.msg files. After that, when make is run without any changes, make should not do anything. After beffae768a (gitk: Add Chinese (zh_CN) translation, 2017-03-11), zh_CN.po was introduced. When make was run, a zh_cn.msg file was generated (notice the lowercase). However, since make is case-sensitive, it expects zh_CN.po to generate a zh_CN.msg file so make will keep reattempting to generate a zh_CN.msg so successive make invocations result in Generating catalog po/zh_cn.msg msgfmt --statistics --tcl po/zh_cn.po -l zh_cn -d po/ 317 translated messages. happening continuously. Rename zh_CN.po to zh_cn.po so that when make generates the zh_cn.msg file, it will realize that it was successfully generated and only run once. Signed-off-by: Denton Liu <liu.denton@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
6 years ago