Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translation Suggestions #20

Closed
dbrgn opened this issue Jan 19, 2012 · 2 comments
Closed

Translation Suggestions #20

dbrgn opened this issue Jan 19, 2012 · 2 comments

Comments

@dbrgn
Copy link

dbrgn commented Jan 19, 2012

I'm using Rosetta 0.6.4.

I enabled the translation suggestions via Bing, but I can't see any button/link to trigger them...

settings.py:

# Rosetta configuration
ROSETTA_MESSAGES_PER_PAGE = 20
ENABLE_TRANSLATION_SUGGESTIONS = True
BING_APP_ID = 'my_id'
ROSETTA_MESSAGES_SOURCE_LANGUAGE_CODE = 'de'
ROSETTA_MESSAGES_SOURCE_LANGUAGE_NAME = 'German'

The ROSETTA_MESSAGES_PER_PAGE option works, so the configuration should basically work.

PS: Thanks for making this amazing app :)

@mbi
Copy link
Owner

mbi commented Jan 23, 2012

Hello,
took me a moment, but I see the issue, the second line should probably be

ROSETTA_ENABLE_TRANSLATION_SUGGESTIONS = True

My bad, as the typo was in the README file.

@mbi mbi closed this as completed in 22414ca Jan 23, 2012
@dbrgn
Copy link
Author

dbrgn commented Jan 23, 2012

Thank you, works now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants