maproulette / maproulette/maproulette-backend

Resolve startup warning "application.langs is deprecated, use play.i18n.langs instead"

Open Beginner friendly
#1,087 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.