Il giorno dom 5 mar 2017 alle 8:53, Federico Bruni <f...@inventati.org> ha scritto:


I think that the best solution is updating the included link in all the translations which did not translate news.itexi or new-front.itexi:

$ find Documentation/ -name news.itexi
Documentation/es/web/news.itexi
Documentation/web/news.itexi

$ find Documentation/ -name news-front.itexi
Documentation/ca/web/news-front.itexi
Documentation/es/web/news-front.itexi
Documentation/web/news-front.itexi
Documentation/zh/web/news-front.itexi


So the commands to change the links could be:

$ git grep -l "@include web/news.itexi" | xargs sed -i "s|@include web/news.itexi|@include web/news-old.itexi|g"
$ git checkout Documentation/es/web/community.itexi


Of course do the commit before going on.


$ git grep -l "@include web/news-front.itexi" | xargs sed -i "s|@include web/news-front.itexi|@include web/news-new.itexi|g" $ git checkout Documentation/ca/web/community.itexi Documentation/es/web/community.itexi Documentation/zh/web/community.itexi



Then git commit --amend





_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to