Coder Social home page Coder Social logo

codeigniter3-translations's People

Contributors

ahnh avatar andy-kwon avatar atefbb avatar devakshay-official avatar dgvirtual avatar djwoods avatar dzerium avatar gxgpet avatar importnil avatar includebeer avatar ivantcholakov avatar j2team avatar j38600 avatar jim-parry avatar karidoe avatar karthik-code avatar madmax330 avatar michalsn avatar msdehghan avatar obozdag avatar oh1jw avatar razican avatar ridho1991 avatar ruplahlava avatar sajid19991 avatar shindesushilkumar avatar sobhanatar avatar ster avatar tgrnmrdn avatar xargr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

codeigniter3-translations's Issues

Served as a Composer package?

Normally, to get this repo files, I have to download then copy the required files. The copied files are included on Git.

I have an idea to add this repo as a composer package.

Missing Translators

Some of the translators' acocunts do not appear active anymore.
If I cannot find them, I will ask for new translation maintainers for these on the forum.

serbian 3.1.0 @novakurosevic Novak Urosevic ???
vietnamese 3.0.4 @tinhphaistc Trần Xuân Sâm ???
japanese 3.0.3 @tsukasa Tsukasa Takao???

End-of-File convention in CodeIgniter has been changed

See bcit-ci/CodeIgniter#3490

  • At the ends of files the closing blocks that look like:
/* End of file autoload.php */
/* Location: ./application/config/autoload.php */

are removed.

  • Files end with an empty line.
    This makes possible the GitHubb editor to be used too for minor quick changes within sources.

@jim-parry My question is, should this change be applied within this project too?

Language functionality

lookout for the language functionality of the website university page.
make sure it is upto the mark.
also it is working fine

Arabic Translation Incomplete

The following language files have not been fully translated: date, email, form_validation, ftp, migration, number?, profiler, unit_test

@daif

Release prep

Some translations have been proposed, but no pull request received yet.
We are getting ready to finalize version 3, and missing translations will be removed from the list in the README.

@Muzikant Slovak?
@ngangchill Bangla?

Missing entries in slovenian translation

@andrejflorjancic Would you be able to add these? Thanks

language/slovenian/email_lang.php
email_exit_status *** Missing translation! ***
Exit status code: %s

language/slovenian/form_validation_lang.php
form_validation_in_list *** Missing translation! ***
The {field} field must be one of: {param}.

Opening Comment Blocks

There has been much discussion in the core repo about the opening license/comment blocks in our source code files. It makes sense that they remain, inside core framework files, i.e. those that are meant to end up inside system/.

I don't see them as necessary inside application/ files, but we want to make sure here that any contributed translations are freely usable by anyone who downloads this translations repo.

For the translations, I am comfortable removing the block at the beginning of each _lang.php file, but replacing it with a license.txt file in the same folder as an idiom's folder. This preserves the intent while reducing the clutter.

Comments?

New setting in form_validation_lang

There is a new language setting in language/english/form_validation_lang.php, part of PR#3521 (merged). We need to incorporate that into our translations, thanks!

$lang['form_validation_in_list'] = 'The {field} field must be one of: {param}.';

Russian time zones were changed on Oct 26, 2014

Three Russian time zones were changed on Oct 26, 2014 and in bcit-ci/CodeIgniter#3444 date_lang.php was updated accordingly. Now it also needs to be updated in each language.

Line 73: $lang['UP3'] = '(UTC +3:00) Moscow Time, East Africa Time, Arabia Standard Time';
Line 75: $lang['UP4'] = '(UTC +4:00) Azerbaijan Standard Time, Samara Time';
Line 89: $lang['UP11'] = '(UTC +11:00) Srednekolymsk Time, Solomon Islands, Vanuatu';

Idiom names

Looking at the list of translations, I see "simplified-chinese", and then further down "traditional-chinese". Shouldn't these be named "chinese-simplified" and "chinese-traditional", so that they appear in the correct order with the other languages?

Do you agree or disagree?
@denghongcai @PeterDaveHello

Wouldn't it be better to separate this project in repositories?

Hi people. When I came here today to grab one translation, I was wondering, wouldn't it be better to separate every single translation in an specific repo? In a world like nowadays where we're using much of composer, bower, npm, it would be better to have the translations as separate dependencies, I think. That way we could simply install each of them like composer install translation-x, or even through a yeoman generator, like yo generator-ci-translate en.

What do you guys think about it? The best way I think, it would be having them integrated through composer. Any thoughts about that? Don't know if you've already discussed that somewhere...

Hope opening this issue is ok to discuss about it, if is not, just let me know...

Regards, Gio.

Simplified Chinese & UTF-8

I cannot properly open some of the simplified Chinese translation files inside NetBeans ... it complains about UTF-8 compatibility and many of the characters appear as question marks on a sort of stop sign background. Is this a problem generally? Is there a workaround?

Thanks

Outstanding Translations

A number of translation maintainers were added to the list, but pull requests for their work have not been forthcoming. At some point soon, I will be tagging the master branch as the 3.0 branch, synchronized with the framework versioning, and I will be creating a develop branch for new translations.

Any translations not ready for this will be removed from the 3.0 branch, although I can leave them in the develop one.

@Ihabafia @rogervila @hafizhassan @MSDehghan
@oldwizard @depchuanseo

Language tag removed.

.../language/.../imglib_lang.php
$lang['imglib_writing_failed_gif'] = 'GIF image.';

The above tag has been removed in the core repository, and can be removed in any translations here or in progress.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.