author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | |
Sat, 28 Aug 2010 15:04:43 +0000 (15:04 +0000) | ||
committer | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | |
Sat, 30 Oct 2010 07:10:06 +0000 (07:10 +0000) | ||
commit | d0bfd5c59408a00750f5f402316932de26de2980 | |
tree | e6b90ac0868b3691193a31e9de41b13290c4217d | tree | snapshot |
parent | 1b6586fa12776337f6147d7de7dec45137e7493d | commit | diff |
gettextize: git-init basic messages
Change the user visible strings in init-db.c to use gettext
localizations. This only converts messages which needed to be changed
from "foo" to _("foo"), and didn't need any TRANSLATORS comments.
I haven't marked the messages in init_db_usage or init_db_options for
translation, since that would require additional changes in
parse-options.c. Those can be done later.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Change the user visible strings in init-db.c to use gettext
localizations. This only converts messages which needed to be changed
from "foo" to _("foo"), and didn't need any TRANSLATORS comments.
I haven't marked the messages in init_db_usage or init_db_options for
translation, since that would require additional changes in
parse-options.c. Those can be done later.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
builtin/init-db.c | diff | blob | history |