-
Notifications
You must be signed in to change notification settings - Fork 0
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix dashes in ARBs filenames with locales having more than language #81
Conversation
b519a64
to
977464a
Compare
I'm not yet sure whether I should capitalize the filenames or keep them all lowercase |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
for dir in l10n l10n_prefixed; do | ||
for locale in en pl en_HK sr sr_Cyrl es es_419; do | ||
echo "=== lib/$dir/app_$locale.arb ===" | ||
cat lib/$dir/app_$locale.arb | ||
done | ||
done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm against having more than a few lines of shell code in GH Actions, but looks like this is purely for convenience and not criticial to integration test itself. So OK.
"slices" | ||
"strings" | ||
|
||
"github.com/pkg/errors" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this package is archived fyi
there's errors
in stdlib
@@locale
correctlyFixes #80.