[translations] snippet fragments and relative |
[ Thread Index |
Date Index
| More lilynet.net/translations Archives
]
- To: Translations list at lilynet <translations@xxxxxxxxxxx>
- Subject: [translations] snippet fragments and relative
- From: Federico Bruni <fede@xxxxxxxxxxxxx>
- Date: Wed, 28 Oct 2015 13:30:40 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1446035310; bh=34FFAhi3QKh8Ax+WsH2Yky3lj3YwIaCCiap0rKix5i0=; h=Date:From:Subject:To; b=GutCYK+YF7p9lFuv+vq/HcvGiRcaDmWoLDUbbGZs8L9JRMwbMHUAnMkK8TmMCQzqa Eb27fnG/yToMBh2D4B/k56zQ37CSfWlvs6AT18esIwqoNiuHbYmmcC6DoGUjnKe1Dm qJmaqlqMRYAZ0z4ry67PzlLWu1eYFG+sieboV/nI=
As some of you may have already noticed, if you updated your
translation recently, the script which removed the relative= from
snippet fragments didn't work perfectly, as it left some. For example:
[Documentation (translation *)]$ git grep 'relative='
notation/editorial.itely
[Documentation (translation *)]$ git grep -n 'relative='
it/notation/editorial.itely
it/notation/editorial.itely:152:@lilypond[quote,verbatim,relative=1]
it/notation/editorial.itely:222:@lilypond[verbatim,quote,relative=2]
it/notation/editorial.itely:521:@lilypond[verbatim,quote,relative=2]
it/notation/editorial.itely:730:@lilypond[verbatim,quote,relative=2]
it/notation/editorial.itely:752:@lilypond[verbatim,quote,relative=2]
It's not a big deal, but you should take care while updating.
The commands above should make it easy to spot the differences and the
exact line where it occurs.