This repository was archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 822
Make localization keys compatible with agglutinative and/or SOV type languages #10159
Merged
Merged
Changes from 4 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
7491209
Make localization keys on HelpUserSettingsTab compatible with aggluti…
luixxiul 13bdebe
Make localization keys on room notifications debug dialog on devtools…
luixxiul 0f655bc
Clarify context for Weblate translators
luixxiul 0b1f68c
Merge branch 'develop' into localization-2
luixxiul 118a0da
apply feedback comments
luixxiul c6974f3
Merge branch 'develop' into localization-2
luixxiul e62af05
Add a line for zero
luixxiul File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1574,8 +1574,8 @@ | |
"FAQ": "FAQ", | ||
"Keyboard Shortcuts": "Keyboard Shortcuts", | ||
"Versions": "Versions", | ||
"Homeserver is": "Homeserver is", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The position of verbs should not be hard coded. |
||
"Identity server is": "Identity server is", | ||
"Homeserver is <code>%(homeserverUrl)s</code>": "Homeserver is <code>%(homeserverUrl)s</code>", | ||
"Identity server is <code>%(identityServerUrl)s</code>": "Identity server is <code>%(identityServerUrl)s</code>", | ||
"Access Token": "Access Token", | ||
"Your access token gives full access to your account. Do not share it with anyone.": "Your access token gives full access to your account. Do not share it with anyone.", | ||
"Clear cache and reload": "Clear cache and reload", | ||
|
@@ -3154,12 +3154,11 @@ | |
"Filter results": "Filter results", | ||
"No results found": "No results found", | ||
"Room status": "Room status", | ||
"Room unread status: ": "Room unread status: ", | ||
", count:": ", count:", | ||
"Notification state is": "Notification state is", | ||
"Room is ": "Room is ", | ||
"encrypted ✅": "encrypted ✅", | ||
"not encrypted 🚨": "not encrypted 🚨", | ||
"Room unread status: <strong>%(roomUnreadStatus)s</strong>": "Room unread status: <strong>%(roomUnreadStatus)s</strong>", | ||
", count: <strong>%(roomUnreadCount)s</strong>": ", count: <strong>%(roomUnreadCount)s</strong>", | ||
"Notification state is <strong>%(notificationState)s</strong>": "Notification state is <strong>%(notificationState)s</strong>", | ||
"Room is <strong>encrypted ✅</strong>": "Room is <strong>encrypted ✅</strong>", | ||
"Room is <strong>not encrypted 🚨</strong>": "Room is <strong>not encrypted 🚨</strong>", | ||
"Main timeline": "Main timeline", | ||
"Total: ": "Total: ", | ||
"Highlight: ": "Highlight: ", | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.