-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add support for more locales #42
Comments
@samuel02 Hi! I would try running the locale buildpack prior to the existing buildpacks: |
@edmorley thanks for the suggestion! I tried updating my {
"environments": {
"test": {
"addons": [
"heroku-redis:in-dyno",
"heroku-postgresql:in-dyno"
],
"buildpacks": [
{"url": "https://github.com/heroku/heroku-buildpack-locale"},
{"url": "https://github.com/heroku/heroku-buildpack-ruby"}
],
"env": {
"LANG": "sv_SE.utf8"
}
}
}
} But still getting the same error. I see that it is installing language packs but for some reason Postgres doesn't seem to pick it up? Any ideas? |
I'm not very familiar with Postgres locales, so not sure. I would say the issue is one of:
Re (1)/(2): If the in-dyno PG buildpack is automatically added by Heroku CI (due to having To try with (3), I'd first try forking this buildpack, adding it directly to buildpacks and removing |
I would like to use this but run into problems since I need to support collation
sv_SE
on some columns. I have added a rake task:But when using
heroku-postgres:in-dyno
I'm getting:Is there an easy way to add more locales in the buildpack?
The text was updated successfully, but these errors were encountered: