Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/zoghal/Translations

Backend / Platform translations plugin
https://github.com/zoghal/Translations

Add test for locale section

720ba455c52ac42c52c4c25be227c39afd521f64 authored over 12 years ago
Add tests for translations with two languages

446b132e2bd63ae6971bcced0369a7f0c7714bbd authored over 12 years ago
Remove cached locale

Caching the locale would prevent users from switching languages on the fly.

20cb6b12f0fe340e6aa75a3fb0eb75fd11998981 authored over 12 years ago
use nodes' templates for flash messages

bd1873c70e7c5f7495346ea770c3b42f5b9c33e8 authored over 12 years ago
what an annoyuing typo

if you don't set the language explicitly, cake will derive the language
from AcceptLangauge head...

ac4fd1e4b3462c7da63f14a5d704155ef07936c2 authored over 12 years ago
truncate translations

we don't want reems of value

74669a222c290e2f4b66dcdeb35297867aa6130a authored over 12 years ago
allow to be called statically

3a2380d7649b799706d0adeab5ef2f95325ba068 authored over 12 years ago
Remove the use of TuborgCoins module

36c12cfd866d8f6e28c6884e9dd5048ef3f0cc1f authored over 12 years ago
Merge pull request #2 from nodesagency/feature/helper-function

Add helper function for easing the use of translations

1c2d58c91ae66252b4f502288cac224668258fde authored over 12 years ago
Add helper function for easing the use of translations

b1b907e316acd512bc474a172b1179bf5e779d66 authored over 12 years ago
add todo

7719ca5078f9f9c9ebd39f93bfd790146337aabc authored over 12 years ago
updated schema

translations may be more than 255 chars - allow for it

0915fd8cfe3e8afe41f5d141b584b4e11320213e authored over 12 years ago
updated readme

b6f32731a7249c5d7237f14d3fbdbe8c7ecd81ec authored over 12 years ago
seed the translations model reference

so it can be used without any explicit reference

2d248267633845ba825af915d2750e1b2e694304 authored over 12 years ago
Merge release/v1.0.0 into develop

4a44039cf6aef14e4c9f0b186ba33acfa1b1f9a8 authored over 12 years ago
Preparing release

Preparing submodules for release
Updating semver
Finish release

9582d18b6fe3050a6d25d91be377d8fcd75805f1 authored over 12 years ago
merge release/v1.0.0 into master

bde4d9a6cdc80912bda687030ccacce26f2993ec authored over 12 years ago
Adding .semver

78265be95c2cf4d8f1b337cd71f7190441b8d6e4 authored over 12 years ago
add a method to reset the internal state

b9b1cb3d4509a4c07cb7727556f2f3200940313d authored over 12 years ago
de-english the code

english isn't the default language for all projects

a409d65b581dda93152d32dc8b8cc0820ba0ce94 authored over 12 years ago
allow for ($key, $options) usage

784f8e097a5a284a2f34e87263443ebdf867207b authored over 12 years ago
update method signature

key and plural key are likely to be the two most used arguments

66189518a4179f58ce8912061262ca3e9e1cd9ef authored over 12 years ago
typo

5786ed491fcee780fb379398d5e9e646562df429 authored over 12 years ago
make translations auto-populate on use

that way you need only trigger a call to a translation to have it appear
in the backend

e16abc7e2a3a1afc2ce13031d2e517d58d8c8e79 authored over 12 years ago
add a static translate function

will mean we can use (after aliasing) Translate::translate($key)
anywhere in the code. It'll loa...

cc9cfb4f08ef20afd1a608279545c7ea9cb148d3 authored over 12 years ago
adding app-model file

ebe8dfa4ea04563425ca606b8faa24fabbd33604 authored over 12 years ago
adding Translation model file

6f87f3e53f3b9be04b58b6f6de70a08fa3616cc2 authored over 12 years ago
remove irrelevant git ignore file

it's applicable to 1.3 applications, not a plugin

ec25d3d1e89041895075bb8b8046da0692447b7e authored over 12 years ago
add backend admin views

0c8a6d5a615845f7ec6f7854d6fce8d04bfc543b authored over 12 years ago
add translations controller

12ccf7e5f4a60afc8c3223e4bc14e748e8d7d587 authored over 12 years ago
add failing test for translations model

70cda7c4489c9930adc51053eca68e8291a2dbda authored over 12 years ago
adding cli tool for loading plist files

plist files are the format used by iphone apps

e0803c6fc936320e3d7f45dd6c931dd1b6496f29 authored over 12 years ago
adding schema file

translations are stored in a flat structure, keyed off:
application_id+locale+key

key is an id...

b9ed8cdbbc4dedbd3cfbca65b9860388d2e490f6 authored over 12 years ago
initial commit

1ae77900b616979b9dd884ab851ada69b1f9a812 authored almost 13 years ago