From Fedora Project Wiki
(Created page with "== L10N Indonesia == * [https://fedora.transifex.com/projects/p/fedora/language/id/members/ Kontributor Penterjemah Fedora Indonesia]")
 
No edit summary
 
Line 1: Line 1:
== L10N Indonesia ==
== L10N Indonesia ==
* [https://fedora.transifex.com/projects/p/fedora/language/id/members/ Kontributor Penterjemah Fedora Indonesia]
* [https://fedora.transifex.com/projects/p/fedora/language/id/members/ Kontributor Penterjemah Fedora Indonesia]
**[https://fedoraproject.org/wiki/L10N_Tools#CVS_of_the_Fedora_Localization_Project CVS-L10N]
**[https://fedoraproject.org/wiki/L10N_Indonesian_Team L10N-Indonesia Team]
**[https://fedoraproject.org/wiki/L10N_GUI GUI]
**[https://fedoraproject.org/wiki/L10N_Maintainer Maintainer]
**[https://fedoraproject.org/wiki/L10N_Meetings Meeting]
**[https://fedoraproject.org/wiki/L10N_Old_Banners Old Banner]
**[https://fedoraproject.org/wiki/L10N_Self_introduction Self Intro]
**http://cvs.fedoraproject.org/viewvc/?root=l10n
**[https://fedoraproject.org/wiki/Category:Localization?rd=CategoryLocalization Category-L10N]
===CVS of the Fedora Localization Project===
https://fedoraproject.org/wiki/L10N_Tools#CVS_of_the_Fedora_Localization_Project
The FLP has its own repository, to use it host project-specific resources (like the website, etc).
This repository is different from the repositories that host various software the FLP is translating.
The project's CVS space is on the l10n repository. Members of the cvsl10n group have access to it.
    Anonymous checkout: :pserver:anonymous@cvs.fedoraproject.org:/cvs/l10n
    Eponymous checkout: export CVSROOT=:ext:<username>@cvs.fedoraproject.org:/cvs/l10n and cvs co <modulename>
    Update your repository: cvs -z9 up (best done before you start with your translation work)
    Check your files: msgfmt -c po/<lang>.po
    Take a look at the status: msgfmt --stat po/<lang>.po
    Commit your changed files: cvs commit [filename]
    Add a new file to the CVS: cvs add [filename] then cvs commit [filename]

Latest revision as of 02:36, 15 February 2013

L10N Indonesia

CVS of the Fedora Localization Project

https://fedoraproject.org/wiki/L10N_Tools#CVS_of_the_Fedora_Localization_Project

The FLP has its own repository, to use it host project-specific resources (like the website, etc).

This repository is different from the repositories that host various software the FLP is translating.

The project's CVS space is on the l10n repository. Members of the cvsl10n group have access to it.

   Anonymous checkout: :pserver:anonymous@cvs.fedoraproject.org:/cvs/l10n
   Eponymous checkout: export CVSROOT=:ext:<username>@cvs.fedoraproject.org:/cvs/l10n and cvs co <modulename>
   Update your repository: cvs -z9 up (best done before you start with your translation work)
   Check your files: msgfmt -c po/<lang>.po
   Take a look at the status: msgfmt --stat po/<lang>.po
   Commit your changed files: cvs commit [filename]
   Add a new file to the CVS: cvs add [filename] then cvs commit [filename]