Re: [PATCH] More po updates
From: Erik Hülsmann <e.huelsmann_at_gmx.net>
Date: 2004-05-23 21:33:09 CEST ('binary' encoding is not supported, stored as-is) >Index: subversion/libsvn_client/diff.c >=================================================================== >--- subversion/libsvn_client/diff.c (revisión: 9860) >+++ subversion/libsvn_client/diff.c (copia de trabajo) >@@ -654,12 +654,12 @@ > { > struct merge_cmd_baton *merge_b = baton; > apr_pool_t *subpool = svn_pool_create (merge_b->pool); >- const char *target_label = ".working"; >+ const char *target_label = _(".working"); > const char *left_label = apr_psprintf (subpool, >- ".merge-left.r%ld", >+ _(".merge-left.r%ld"), > older_rev); > const char *right_label = apr_psprintf (subpool, >- ".merge-right.r%ld", >+ _(".merge-right.r%ld"), > yours_rev); > svn_boolean_t has_local_mods; > svn_boolean_t merge_required = TRUE; I think the _() above require xgettext comments to explain their
>@@ -3426,7 +3429,7 @@
The above messages can be set to NULL as they duplicate the general
So can this one.
bye,
Erik.
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.