-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
ftintitle: Add support for other languages #1060
Comments
This problematic arises in lyrics plugin too. |
¡Bueno! Should be an easy change if you're interested in contributing. |
@sampsyo don't you think it would be the occasion to tackle i18n issue in a less bitesized way ? I'm thinking having a global setting option to specify additional languages and tracking the translations in a resource file (gettext module?). So we could write code like :
We don't have much translations to do yet, but with this in place we could eventually translate the whole beets interface in other langages? |
Indeed, internationalizing the whole interface would not be bite-sized. 😃 For this particular ticket, though, it might be nice for the marker set ( |
ok I've done it, writing unit tests for ftInTitle plugin now |
Now clients don't have to decide whether they need parentheses or not.
Use lookahead/lookbehind matching to ensure there is whitespace around the token. Replaces the use of \b, which doesn't work for "ft.", etc.
These tokens should not be artist-exclusive.
I have a few Spanish language tracks which use "con" instead "feat". It would be nice if it could detect these and handle them appropritately. Presumbly this is going to hold true for other languages as well, so perhaps having some way of providing alternatives on the command line might be more flexible than hardcoding it in?
Really useful plugin btw, so thanks :)
The text was updated successfully, but these errors were encountered: