Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Briar Mailbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
Briar Mailbox
Merge requests
!150
Allow missing and extra translations
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Allow missing and extra translations
allow-missing-translations
into
main
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Allow missing and extra translations
akwizgran
requested to merge
allow-missing-translations
into
main
Feb 6, 2023
Overview
0
Commits
1
Pipelines
2
Changes
1
The translation threshold is 80%, so we should allow missing translations, like we do for Briar.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
4c0f05f4
1 commit,
Feb 6, 2023
1 file
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
mailbox-android/build.gradle
+
4
−
0
View file @ 4c0f05f4
Edit in single-file editor
Open in Web IDE
Show full file
@@ -64,6 +64,10 @@ android {
exclude
'META-INF/licenses/*'
exclude
'**/attach_hotspot_windows.dll'
}
lintOptions
{
warning
'MissingTranslation'
warning
'ExtraTranslation'
}
}
configurations
{
Loading