Posts: 29
Threads: 0
Joined: Dec 2014
Reputation:
1
As usual, the contributors will use develop branch, right? I see the repository only contains master branch.
Posts: 2
Threads: 1
Joined: Apr 2018
Reputation:
0
Why does this repository not contain the origin language: English, which developers will use to translate into others?
When I clone the repository, I have to find the English language folder from framework source code to translate into my first language.
I think including English in this repository will help much.
If you change, everything will change for you.
Posts: 1,321
Threads: 21
Joined: Jan 2014
Reputation:
70
10-14-2018, 12:32 AM
(This post was last modified: 10-14-2018, 12:45 AM by ciadmin.)
@thanhtunguet
I don't like this idea, because
1. we end up with two copies of the same thing, in different repositories; they would need synch'ing
2. anyone contributing a translation would only do so if they had already forked the main repo, where ths system/Language/en folder is found; that would be a new contributor's starting point.
Better would be a way to integrate them, perhaps using a github submodule (?)
The original and authoritative copy needs to live inside the main repo, just like the user guide source, so that PRs to the main repo can be complete, i.e. including any language file entries needed, as well as user guide pages/changes and unit testing.
A tool that would be useful for the translations repo would be a script to look for missing translations, e.g. when the main repo was updated, and which could be run on its own (by a translator) or as part of travis-ci for new PRs (which would admittedly not help with existing translation which were now missing one or more entries).
Long-term, we need to figure out something, I agree.
Posts: 1
Threads: 0
Joined: Mar 2020
Reputation:
0
Finally CodeIgniter 4.0. thankyou all of you.
Posts: 45
Threads: 6
Joined: Sep 2020
Reputation:
-1
Hi. I've just created an acount on github, w3rb1n1ch, because /es/Validation.php has is_not_unique in English. So I've tried to fixed it, but it remains in English. Can you help me to help you??
Posts: 153
Threads: 5
Joined: Jul 2020
Reputation:
2
We have released Translations v4.1.1!