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
720ba455c52ac42c52c4c25be227c39afd521f64 authored over 12 years ago
446b132e2bd63ae6971bcced0369a7f0c7714bbd authored over 12 years ago
Caching the locale would prevent users from switching languages on the fly.
20cb6b12f0fe340e6aa75a3fb0eb75fd11998981 authored over 12 years agobd1873c70e7c5f7495346ea770c3b42f5b9c33e8 authored over 12 years ago
if you don't set the language explicitly, cake will derive the language
from AcceptLangauge head...
we don't want reems of value
74669a222c290e2f4b66dcdeb35297867aa6130a authored over 12 years ago3a2380d7649b799706d0adeab5ef2f95325ba068 authored over 12 years ago
36c12cfd866d8f6e28c6884e9dd5048ef3f0cc1f authored over 12 years ago
Add helper function for easing the use of translations
1c2d58c91ae66252b4f502288cac224668258fde authored over 12 years agob1b907e316acd512bc474a172b1179bf5e779d66 authored over 12 years ago
7719ca5078f9f9c9ebd39f93bfd790146337aabc authored over 12 years ago
translations may be more than 255 chars - allow for it
0915fd8cfe3e8afe41f5d141b584b4e11320213e authored over 12 years agob6f32731a7249c5d7237f14d3fbdbe8c7ecd81ec authored over 12 years ago
so it can be used without any explicit reference
2d248267633845ba825af915d2750e1b2e694304 authored over 12 years ago4a44039cf6aef14e4c9f0b186ba33acfa1b1f9a8 authored over 12 years ago
Preparing submodules for release
Updating semver
Finish release
bde4d9a6cdc80912bda687030ccacce26f2993ec authored over 12 years ago
78265be95c2cf4d8f1b337cd71f7190441b8d6e4 authored over 12 years ago
b9b1cb3d4509a4c07cb7727556f2f3200940313d authored over 12 years ago
english isn't the default language for all projects
a409d65b581dda93152d32dc8b8cc0820ba0ce94 authored over 12 years ago784f8e097a5a284a2f34e87263443ebdf867207b authored over 12 years ago
key and plural key are likely to be the two most used arguments
66189518a4179f58ce8912061262ca3e9e1cd9ef authored over 12 years ago5786ed491fcee780fb379398d5e9e646562df429 authored over 12 years ago
that way you need only trigger a call to a translation to have it appear
in the backend
will mean we can use (after aliasing) Translate::translate($key)
anywhere in the code. It'll loa...
ebe8dfa4ea04563425ca606b8faa24fabbd33604 authored over 12 years ago
6f87f3e53f3b9be04b58b6f6de70a08fa3616cc2 authored over 12 years ago
it's applicable to 1.3 applications, not a plugin
ec25d3d1e89041895075bb8b8046da0692447b7e authored over 12 years ago0c8a6d5a615845f7ec6f7854d6fce8d04bfc543b authored over 12 years ago
12ccf7e5f4a60afc8c3223e4bc14e748e8d7d587 authored over 12 years ago
70cda7c4489c9930adc51053eca68e8291a2dbda authored over 12 years ago
plist files are the format used by iphone apps
e0803c6fc936320e3d7f45dd6c931dd1b6496f29 authored over 12 years ago
translations are stored in a flat structure, keyed off:
application_id+locale+key
key is an id...
b9ed8cdbbc4dedbd3cfbca65b9860388d2e490f6 authored over 12 years ago1ae77900b616979b9dd884ab851ada69b1f9a812 authored almost 13 years ago