[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
How to translate release-note
- From: Noriko Mizumoto <noriko redhat com>
- To: For participants of the Documentation Project <fedora-docs-list redhat com>, Fedora Translation Project List <fedora-trans-list redhat com>
- Cc:
- Subject: How to translate release-note
- Date: Tue, 21 Oct 2008 16:46:22 +1000
Hi Paul and Karsten
I've started the following for release-note translation.
https://fedoraproject.org/wiki/Docs_Project_work_using_git
Now the following commands do not work for me.
make test
make validate-ja-JP
[noriko noriko release-notes]$ make test
make: *** No rule to make target `test'. Stop.
[noriko noriko release-notes]$ make validate-ja-JP
make: *** No rule to make target `validate-ja-JP'. Stop.
I tried to edit Makefile to add;
OTHER_LANGS = ja-JP
then
[noriko noriko release-notes]$ make test
grep: ja-JP/Article_Info.po: No such file or directory
make: *** No rule to make target `test'. Stop.
I tried to change the language code to match the one under po/ directory
in Makefile;
OTHER_LANGS = ja
then
[noriko noriko release-notes]$ make test
grep: ja/Article_Info.po: No such file or directory
make: *** No rule to make target `test'. Stop.
It seems that I need your help.
noriko
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]