text_tractor icon indicating copy to clipboard operation
text_tractor copied to clipboard

Should be used default locale in links to projects

Open UvaK opened this issue 13 years ago • 1 comments

To fix problems with updating fields, url must contain info about locale. If locale is missing

in file: lib/text_tractor/ui_server.rb, line: 72

get '/projects/:api_key/:locale/*' do |api_key, locale, path|

as locale used part of path.

UvaK avatar Aug 18 '11 08:08 UvaK

Thanks!

If you'd like to submit that as a pull request then I can apply it and release a new version.

Jon On Aug 18, 2011 9:16 AM, "UvaK" < [email protected]> wrote:

To fix problems with updating fields, url must contain info about locale. If locale is missing

in file: lib/text_tractor/ui_server.rb, line: 72

get '/projects/:api_key/:locale/*' do |api_key, locale, path|

as locale used part of path.

Reply to this email directly or view it on GitHub: https://github.com/jellybob/text_tractor/issues/2

jellybob avatar Aug 18 '11 08:08 jellybob