maproulette / maproulette/maproulette-backend
Resolve startup warning "application.langs is deprecated, use play.i18n.langs instead"
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 53
- Forks
- 39
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 12
Description
The application.conf has application.langs="en,af,fr,es" causing this warning:
23:07:06.197 WARN [][application-akka.actor.default-dispatcher-5][play.api.i18n.Lang] - application.langs is deprecated, use play.i18n.langs instead
I'm not aware of any localized code on the backend side but this is the migration guide https://www.playframework.com/documentation/2.9.x/MessagesMigration26
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with application.conf and compare its language configuration with the linked Play Framework migration guide. Run the backend startup path to confirm the deprecated-key warning is gone while the configured languages remain available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100