-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Sentence casing part 1 #8273
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
base: development
Are you sure you want to change the base?
Sentence casing part 1 #8273
Conversation
static/locales/en-US.yaml
Outdated
| Version {versionNumber} is now available! Click for more details.: Version {versionNumber} is now available! Click | ||
| for more details. | ||
| Download from site: Download from site | ||
| A new blog is now available, {blogTitle}. Click to view more.: A new blog is now available, {blogTitle}. | ||
| Click to view more. |
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 would prefer to keep periods out keys if possible, as it makes using the translation strings more annoying t('parent.key without a period') vs t('parent["key with . a period"]'), I don't mind adding them to the values/the actual strings.
Off-topic: I would prefer to use shorter keys in general, even if that means that the key doesn't match the text.
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
|
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Pull Request Type
Related issue
#5000
Description
This PR is drafted because i'd like to reach a consensus on the changes first before i change all the related files
Notable changes:
https://github.com/efb4f5ff-1298-471a-8973-3d47447115dc/FreeTube/blob/5c7be48e038b60e32366ca591bcf8c1f65e351b9/static/locales/en-US.yaml#L4-L26 is made the same as browser and other Electron application menu bars
General rules of thumb im adhering to in all my PR's:
If you want to import your subscriptions you can go to **Data settings** and select **Import subscriptions** or you can search for a channel and subscribe to them.)Testing
Look around in the UI to check that sentence casing has been applied properly
Desktop