GithubHelp home page GithubHelp logo

delfimov / translate Goto Github PK

View Code? Open in Web Editor NEW
16.0 16.0 3.0 104 KB

PHP translation library

License: MIT License

PHP 100.00%
i18n multi-language php plural plurals psr-3 psr-6 translate translation

translate's Introduction

๐Ÿ‘‹ Hi, Iโ€™m @delfimov. I'm a fullstack web-developer.

My stack is: Linux, Nginx, PHP, Python, MySQL, Redis, Sphinxsearch, HTML5, CSS3, SCSS, Javascript, ES6, Gulp, Git, CI/CD, etc.

I follow DRY, KISS, SOLID principles, and other best practices.

Feel free to contact me through Telegram t.me/delfimov or email [email protected].

translate's People

Contributors

delfimov avatar wolxxx avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

translate's Issues

Just want to say hello and spacibo

hi dmitry,
i just started another project, thought about translations and how easy it is to use your project.
so i required it, made everything ready and now it is running under php 8.1 and 8.2.

spacibo and greetings in these awkward times.

peace!

Fatal error

When I test in my script php, I have this error : Fatal error: Interface 'Psr\Container\ContainerInterface' not found
And when I run the exemple, I have the same error :
translateprob
PHP7.2, host : OVH

add logging mechanism for missing translations?

hi
i stumbled today over this nice repository and am willing to use this package.
after setting up successfully the first translations, a feature wish came up :)

it would be awesome to provide a mechanism that logs missing translations.
the psr-3 standard may help or directly use the awesome monolog package https://github.com/Seldaek/monolog

if you want me to do this task, tell me more. otherwise it would be great to have this feature in a future release :)

thx

Auo-Update fails on packagist

hi!
at first: thank you for having the pull request accepted and merged into master and created a new release for it.
unfortunatly, the new version of this package is not available on packagist. a look there tells me:
"delfimov/translate (Legacy Auto-Update, Needs Attention)"
https://packagist.org/about#how-to-update-packages suggests to add web hooks calls or log in into packagist with github access and let packagist automatically add the web hook calls.

could you please have a look there?

spacibo!

greetz

PHP Fatal error: Declaration of DElfimov\\Translate\\Loader\\LoaderInterface::has($language) must be compatible with Psr\\Container\\ContainerInterface::has(string $id): bool

Hello!

When i use the following code to initialize translate:

$t = new DElfimov\Translate\Translate(
        new DElfimov\Translate\Loader\PhpFilesLoader(realpath($_SERVER["DOCUMENT_ROOT"])."/translations"),
        ["default" => $_ENV["DEFAULT_LANGUAGE"], "available" => explode("|", $_ENV["AVAILABALE_LANGUAGE"])]
    );

I get the following error:
PHP Fatal error: Declaration of DElfimov\\Translate\\Loader\\LoaderInterface::has($language) must be compatible with Psr\\Container\\ContainerInterface::has(string $id): bool

Am i missing a module or something like that?

Thank you in advance!

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.