[translations] updating an up-to-date file?!? |
[ Thread Index |
Date Index
| More lilynet.net/translations Archives
]
- To: Translations list at lilynet <translations@xxxxxxxxxxx>
- Subject: [translations] updating an up-to-date file?!?
- From: Federico Bruni <fedelogy@xxxxxxxxx>
- Date: Wed, 24 Nov 2010 00:08:10 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=N+ONbqZ8HmhuadRhDtD2atzA1oNq+Rr7QA0oPqDjfM8=; b=HGD8yPCNcmB0K2mlkz0BUdk0SuuRFPsS4l1E/VCHujQcyqHvLbcB0PKBzSU1Objt2c qJRt4ZSqR3u4PMQvigh/Bcjs6mw/sn3m0b2lsiCkuITmE3EVhOoriOYIyJFsXsVwwgN7 KxLzugYb9W9d4AIGdNPo2xODBj6RLCEOrHzGM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=mbvxQQjHeyyt8eSXZZsp9AICRPk5fbhV3T8F881s/XzUv7fBUfx3NJzkMTiDT2jRNz MlQ/EAcoVawyrIjomDenRgveV5P35b6GoF4gjw1qgyrlJuVZ4TUaJj3Bvq6EGoGPM8bb rp3U1rz6E3+4iYVHc+NJx+uX3ZlI63WV9b6no=
I have a silly question for you.
This is the list of files I have to update:
fede@debian:~/lilypond-git/Documentation$ make ISOLANG=it
check-translation | grep 'diff --git'
diff --git a/Documentation/learning/common-notation.itely
b/Documentation/learning/common-notation.itely
diff --git a/Documentation/user/fundamental.itely
b/Documentation/learning/fundamental.itely
diff --git a/Documentation/user/preface.itely
b/Documentation/learning/preface.itely
diff --git a/Documentation/learning/tutorial.itely
b/Documentation/learning/tutorial.itely
diff --git a/Documentation/user/tutorial.itely
b/Documentation/user/tutorial.itely
diff --git a/Documentation/macros.itexi b/Documentation/macros.itexi
diff --git a/Documentation/user/macros.itexi
b/Documentation/user/macros.itexi
(BTW, user/ is an old directory?)
So git thinks that it/learning/preface.itely must be updated but he's
wrong (I checked the history).
How can I tell git that the translation is up-to-date? should I put the
new committish and include the file in the next patch? That's it?
Thanks for your patience ;-)
Federico