Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

gettext java support seems to be obsolete/unmaintained #181

Description

@mikehearn

Mikes-MacBook-Pro:app mike$ msgfmt --java i18n/cs.po -d client/src/main/resources/ -l cs -r lighthouse.locale.lighthouse
warning: [options] bootstrap class path not set in conjunction with -source 1.3
warning: [options] source value 1.3 is obsolete and will be removed in a future release
warning: [options] target value 1.1 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.

I'm all for backwards compatibility but it seems javac and gettext will stop working at some point, it's requesting versions so old. We could translate to resource bundles but that doesn't support plural forms, however, AFAICT we don't use plural support anywhere (perhaps we should).

This is low priority. Probably gettext should be upgraded in some way to produce more modern source code.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions