[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Add Vietnamese translation for about page



On 13/05/2016 18:10, Laura Arjona Reina wrote:
>
>> I recommend alway use https:// in the link to www.debian.org. I've
>> changed one of it in my translation.
>
> I think it's a good idea, I can replace the string in all the articles.
>
> Please say something if you see any downside, otherwise I'll do that
> replace in the next few days.
Find it by running:

$ git grep 'http://www.debian.org'

You can repalce all by run these command:

$ find content/ -name '*.md' -exec sed -i
's@http://www.debian.org@https://www.debian.org@g' {} \;
$ find content/ -name '*.md' -exec sed -i
's@http://identi.ca@https://identi.ca@g' {} \;
$ find content/ -name '*.md' -exec sed -i
's@http://www.gnu.org@https://www.gnu.org@g' {} \;

Then recheck by yourself:

$ git diff

-- 
Trần Ngọc Quân.


Reply to: