Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ucrop/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<resources>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It lack translation for two more strings - ucrop_error_input_data_is_absent and ucrop_mutate_exception_hint

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, they are exception messages. It's not common to translate this kind of messages, because they're used for logging, not for showing to the user. Everything in the logcat is in english: having translated messages in the logs might be confusing. Also you can see that they're not translated in NL and SK.

I think these strings should not be externalized at all. They should be directly found in the source code.

<string name="ucrop_label_original">Original</string>
<string name="ucrop_label_edit_photo">Modifier la photo</string>
<string name="ucrop_menu_crop">Recadrer</string>
</resources>