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
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
Merged
Allow missing and extra translations
allow-missing-translations
into
main
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
akwizgran
requested to merge
allow-missing-translations
into
main
2 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
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,
2 years ago
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
Options
@@ -64,6 +64,10 @@ android {
exclude
'META-INF/licenses/*'
exclude
'**/attach_hotspot_windows.dll'
}
lintOptions
{
warning
'MissingTranslation'
warning
'ExtraTranslation'
}
}
configurations
{
Loading