Hey Álvaro,
cockpit developer here.
First of all, thank you for the translation work! These changes will be present in the next Cockpit release which is going to be version 219 released on May 13.
To answer your question about how you can test your changes - Building Cockpit is rather easy, let me show you a few options.
Prerequisites:
1. `git clone https://github.com/cockpit-project/cockpit`
2. `cd cockpit`
3. Replace `es.po` in `po/` directory with your new changes
Option 1 - building rpm
`./tools/make-rpm` and then installed those rpms
Option 2 - local build that is symlinked in your system
`./autogen.sh && make && make dist-gzip`
`mkdir -p ~/.local/share/`
`ln -s $(pwd)/dist ~/.local/share/cockpit`
`ln -s $(pwd)/dist ~/.local/share/cockpit`
And then you can just visit locahost:9090 and log in with your normal username and password.
For more info how to build Cockpit you can refer to https://github.com/cockpit-project/cockpit/blob/master/HACKING.md
MM
On Fri, May 1, 2020 at 4:55 PM Álvaro Castillo <sincorchetes@fedoraproject.org> wrote:
Hi everybody,_______________________________________________
I'm glad to share with you a finished translation of Cockpit for master/rhel7/rhel8 branches.https://translate.fedoraproject.org/projects/cockpit/master/es/
I want to test this translation. How I can do it?
I will choose another project to translate :D
Thanks.
trans mailing list -- trans@lists.fedoraproject.org
To unsubscribe send an email to trans-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/trans@lists.fedoraproject.org
--
No comments:
Post a Comment