Git Product home page Git Product logo

localise.biz's People

Contributors

damienalexandre avatar jkobus avatar marcortola avatar nek- avatar nyholm avatar toooni avatar welcomattic avatar xwb 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

Watchers

 avatar  avatar  avatar  avatar

localise.biz's Issues

New release

Hi!

Would you consider releasing a new version?

Thanks!

Looking for maintainer?

Hi @Nyholm

It looks like your lacking of time for maintaining this repository.
We didn't heard from you since February on #29.

If needed, I can help on this package.

For example, I'll be glad to work on a v2 based on symfony/http-client.
Is it something which is in your plan or should I create a dedicated fork?

Thanks in advance for your answer!

Client does not support keys containing "spaces"

Keys like "submit button" are not supported.
Translation asset is created (its sent in POST body), but when we try to add translation it fails:

Translation.php:62
$response = $this->httpPostRaw(sprintf('/api/translations/%s/%s?key=%s', urlencode($id), $locale, $projectKey), $translation);

this becomes:

/api/translations/some translation key/pl?key=12

Request that is actually beeing sent is directed to:

/api/translations/some

... and that results in an error response from api: "Missing API key"

This might be related to how the http client implementation handles such cases, I used the php-http/curl-client.

PR is on the way.

Tag 0.2

@sagikazarmark Do you have any comments or suggestions on this API client?

It is not feature complete but I believe all best practices from the boilerplate is used.

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.