Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Briar Desktop
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
Model registry
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 Desktop
Wiki
Milestones
Changes
Page history
New page
Templates
Clone repository
Update Milestones
authored
3 years ago
by
Nico
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Milestones.md
+6
-1
6 additions, 1 deletion
Milestones.md
with
6 additions
and
1 deletion
Milestones.md
View page @
92800c20
...
...
@@ -85,17 +85,21 @@ flowchart LR
translating11(all strings are translatable)
translating11:::done
translating12(translations get synchronized with Transifex)
translating12:::
prog
translating12:::
done
translating12-->translating121 & translating122 & translating123
translating121(uploading source works)
translating121:::done
translating122(downloading translations works)
translating122:::done
translating123(fetching translations works)
translating123:::done
translating13(appropriate context is given)
translating13-->translating131 & translating132
translating13:::prog
translating131(descriptive strings)
translating131:::done
translating132(screenshots)
translating132:::prog
end
testing:::misc
...
...
@@ -104,6 +108,7 @@ flowchart LR
testing1:::done
testing2(integration tests)
testing3(unit tests)
testing3:::prog
testing4(special test mode)
testing4:::done
testing4 --> testing41
...
...
This diff is collapsed.
Click to expand it.