Skip to content

Isso é um BUG? #1

Description

@erlimar

Se temos as seguintes traduções:

translations = [
  'a': 'b',
  'b': 'a'
]

E traduzimos:

translate(['a'], 0);

Isso irá funcionará normalmente:

  1. É identificado um plural, e a mensagem é identificada como 'a';
  2. Então é traduzida para 'b'

Mas...

translate(['a', 'b'], 0);

Isso irá gerar um erro pois:

  1. É identificado um plural, e a mensagem é identificada como 'b';
  2. Então é traduzida para 'a'

Activity

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

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions