[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ad26e107-e7cb-4680-9548-7b4d8e84d174@loongson.cn>
Date: Fri, 3 Nov 2023 10:00:06 +0800
From: Yanteng Si <siyanteng@...ngson.cn>
To: Vegard Nossum <vegard.nossum@...cle.com>,
Jonathan Corbet <corbet@....net>
Cc: linux-doc@...r.kernel.org,
Federico Vaga <federico.vaga@...a.pv.it>,
Akira Yokosawa <akiyks@...il.com>,
Carlos Bilbao <carlos.bilbao@....com>,
Alex Shi <alexs@...nel.org>, Hu Haowen <src.res.211@...il.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] docs: translations: add translations links when they
exist
在 2023/10/29 02:51, Vegard Nossum 写道:
>
> This went a bit fast... corrections below.
>
> On 28/10/2023 18:29, Vegard Nossum wrote:
>> Add a new Sphinx extension that knows about the translations of kernel
>> documentation and can insert links to the translations at the top of
>> the document.
>
> [...]
>
>> Testing: make htmldocs with v7.3.0.
>
> *Sphinx v7.3.0.
>
>> +all_languages = {
>> + # English is always first
>> + None: 'English',
>> +
>> + # Keep the rest sorted alphabetically
>> + 'zh_CN': 'Chinese',
>> + 'it_IT': 'Italian',
>> + 'ja_JP': 'Japanese',
>> + 'ko_KR': 'Korean',
>> + 'sp_SP': 'Spanish',
>> + 'zh_TW': 'Taiwanese',
>> +}
>
> I went with my naive understanding of the language codes without double
> checking but I think these might be better names:
>
> 'zh_CN': 'Chinese (simplified)'
> 'zh_TW': 'Chinese (traditional)',
Yes, but we need to capitalize the first letter, just like:
'zh_CN': 'Chinese (Simplified)'
'zh_TW': 'Chinese (Traditional)',
see <https://translations.launchpad.net/ubuntu>
Thanks,
Yanteng
>
> Thoughts?
>
>
> Vegard
Powered by blists - more mailing lists