Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content

DocumentsUI: Drop faulty translations

Aayush Gupta requested to merge backlog_3114-pie-dropFaultyTranslations into v1-pie

Description

This MR removes faulty translations from the DocumentsUI to resolve the linked issue.

Issue(s)

Test environment

  • Build DocumentsUI with this MR and use it with Deutsch (Deutschland) language.

Test procedures

  • Notice that the issue no longer happens

Technical details

  • Removed faulty translations using find and sed (find ./ -type f -name "*.xml" -exec sed -i '/8089292432455111409/d' {} \;)

Screenshots

None available

Checklist

  • Self-review
  • Test procedure explained
Edited by Aayush Gupta

Merge request reports

Loading