Commit 2ca9215
0.1.238: trim Bengali extension name to fit store 75-char name limit
The bn appName was 76 chars ("...নেটফ্লিক্স ও ইউটিউবে..."), one over the
web-store maximum of 75, which rejected the package upload. Removed the "ও"
(and) conjunction between Netflix and Youtube -> 74 chars; this also matches
the English source ("Netflix Youtube dual subs"), which has no conjunction
there. Meaning unchanged.
Note: _locales come from Crowdin, so the durable fix should also be applied
there (or via a length constraint) to avoid a re-sync reintroducing 76.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent f58c360 commit 2ca9215
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
615 | 615 | | |
616 | 616 | | |
617 | 617 | | |
618 | | - | |
| 618 | + | |
619 | 619 | | |
620 | 620 | | |
621 | 621 | | |
| |||
0 commit comments