bcit-ci / codeigniter3-translations

Translations of the CodeIgniter system messages
MIT License
514 stars 452 forks source link

Add bosnian translations #431

Closed jekkos closed 3 years ago

jekkos commented 3 years ago

This changeset adds a translation for bosnian.

jekkos commented 3 years ago

@cikov we will need to wait for @narfbg to merge this one.. This is all we can do.

cikov commented 3 years ago

ok thanks a lot

narfbg commented 3 years ago

Sorry, but I've never had interest in the translations project. Never merged a single PR or anything, this very comment is I think my first action in this repo. This was entirely Jim's domain and as he is unfortunately no longer with us, I guess it just stalled.

Just now I invited @gxgpet as a maintainer here as well, but whether he wants to participate or not is entirely up to him.

gxgpet commented 3 years ago

Sure, can give a hand here as well! :D

cikov commented 3 years ago

@jekkos commented on this pull request.

+$lang['date_year'] = 'Godina';

+$lang['date_years'] = 'Godine'; +$lang['date_month'] = 'Mjesec'; +$lang['date_months'] = 'Mjeseci';

+$lang['date_week'] = 'Nedjelja'; +$lang['date_weeks'] = 'Nedjelje'; +$lang['date_day'] = 'Dan';

+$lang['date_days'] = 'Dani'; +$lang['date_hour'] = 'Sat'; +$lang['date_hours'] = 'Sati'; +$lang['date_minute'] = 'Minut'; +$lang['date_minutes'] = 'Minute';

+$lang['date_second'] = 'Sekunda'; +$lang['date_seconds'] = 'Sekunde'; + +$lang['UM12'] = '(UTC -12:00) Baker/Howland Island';

@gxgpet Translations were added

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub:

https://github.com/bcit-ci/codeigniter3-translations/pull/431#discussion_r585976519

I sent a new (complete) translation for date_lang.php to https://github.com/bcit-ci/codeigniter3-translations/pull/431/files so I asked you to update it. thanks a lot.

jekkos commented 3 years ago

@gxgpet I think I addressed all your comments. Let me know if anything else. Thanks.

cikov commented 3 years ago

Merged #431 into develop. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

ok, thanks

cikov commented 3 years ago

Hi, @gxgpet please should be modified in /application/helpers/locale_helper.php 'bs:bosnian' => 'Bosnian', in 'bs-BA:bosnian' => 'Bosnian',

I have a new translation for: /bower_components/bootstrap-table/dist/locale-all.js and locale-all.min.js "bs-BA" bootstrap-table-locale-all.min.js.zip bootstrap-table-locale-all.zip 2) for /bower_components/bootstrap-table/dist/locale/bs-BA.js and bs-BA.min.js bootstrap-table-bs-BA.zip bootstrap-table-bs-BA.min.zip 3) for /bower_components/bootstrap-table/src/locale/bootstrap-table-bs-BA.js bootstrap-table-bs-BA.zip

thanks

cikov commented 3 years ago

I sent this as a comment to https://github.com/bcit-ci/codeigniter3-translations/commit/b563d916cf3321b2f7b305f5238e41bcd2c692f2 5 days ago

jekkos commented 3 years ago

@cikov should be fixed now in latest opensourcepos#master

gxgpet commented 3 years ago

Sorry @cikov, but I can't work too much by using external ZIP files/resources or through comments diffs... If you would like to improve an existing translation, kindly please open a new PR with the improvements and I will review it.