Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keys starting with digits do not compile for iOS #52

Open
jhildensperger opened this issue Apr 12, 2021 · 0 comments 路 May be fixed by #59
Open

Keys starting with digits do not compile for iOS #52

jhildensperger opened this issue Apr 12, 2021 · 0 comments 路 May be fixed by #59

Comments

@jhildensperger
Copy link

This should be caught by validation

For example, this:

SHARED:
    Widget:
      1CoolTitle:
        COPY:
          en: "馃槑 title"
          nl: "馃槑 titel"

Renders the following which does not compile:

public struct L {
    public struct Widget {
        public static let 1CoolTitle = LocaliciousData(
            accessibilityIdentifier: "Widget.1CoolTitle",
            accessibilityHintKey: nil,
            accessibilityLabelKey: nil,
            accessibilityValueKey: nil,
            translationKey: "Widget.1CoolTitle.COPY",
            translationArgs: []
        )
    }
@LcTwisk LcTwisk linked a pull request Nov 3, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant