-
Notifications
You must be signed in to change notification settings - Fork 169
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
Russian translation & Fixes of non-localized strings #794
Changes from all commits
7c5ba25
cad520f
430a186
471ee52
03db9d5
1beaaf2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name">Jerboa (ОТЛАДКА)</string> | ||
</resources> |
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -310,4 +310,8 @@ | |
<string name="saved_image">Saved image</string> | ||
<string name="saving_image">Saving image…</string> | ||
<string name="permission_denied">Permission denied</string> | ||
<string name="inbox_activity_replies">Replies</string> | ||
<string name="inbox_activity_mentions">Mentions</string> | ||
<string name="inbox_activity_messages">Messages</string> | ||
<string name="bookmarks_activity_saved">Saved</string> | ||
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. There is already two Saved string resources, maybe use an existing? Or is it not applicable in this context? 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. Probably. It is applicable in this context but there already were duplicating string resources previously for different contexts so i thought it would be better to separate them to leave some flexibility. |
||
</resources> |
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.
Good catch, thanks.