Skip to content

What about strings without parameters? #256

@Raenar4k

Description

@Raenar4k

As far as i understand Paraphrase aims to generate these methods for strings that use ICU message format.
But what about simple strings without any arguments?

My use-case is that we used a string without arguments, that later was changed to have 1 argument.
But if we use R.strings for these cases, then we cannot detect such change.
Reverse is possible to detect, thanks to Paraphrase.

  <string name="test_string">Bagels are tasty</string>
  <string name="test_argument">bagel count: {0}</string>
  <string name="test_plural">{count, plural, one {# tasty bagel} other {# tasty bagels}}
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions