[PATCH] Fix translation filter for subsurface4 branch

Dirk Hohndel dirk at hohndel.org
Fri Nov 29 08:06:55 UTC 2013


DUH. I can't believe that's what caused me all that pain yesterday. And
git blame shows that there's no one else to blame.

:facepalm:

Thanks Sergey

/D

On Fri, 2013-11-29 at 12:11 +0200, Sergey Starosek wrote:
> This fixes translations pulling from Transifex.
> 
> Signed-off-by: Sergey Starosek <sergey.starosek at gmail.com>
> ---
>  .tx/config | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.tx/config b/.tx/config
> index 73933a2..cbb784a 100644
> --- a/.tx/config
> +++ b/.tx/config
> @@ -2,7 +2,7 @@
>  host = https://www.transifex.com
>  
>  [subsurface.subsurface4]
> -file_filter = translations/susurface_<lang>.ts
> +file_filter = translations/subsurface_<lang>.ts
>  source_file = translations/subsurface_source.ts
>  source_lang = en
>  type = TS




More information about the subsurface mailing list