Changes
Page history
New sections "Translating" and "Accessibility"
authored
Oct 07, 2021
by
Nico
Show whitespace changes
Inline
Side-by-side
Milestones.md
View page @
9d67bd8d
...
@@ -64,6 +64,31 @@ flowchart LR
...
@@ -64,6 +64,31 @@ flowchart LR
dist6 --> dist2 & dist3 & dist4 & dist5
dist6 --> dist2 & dist3 & dist4 & dist5
end
end
access:::misc
subgraph access [Accessibility]
access1(app is accessible to everyone)
access1-->access11
access11(accessible to visual impaired)
access11-->access111 & access112
access111(sufficient contrast)
access112(support for<br>screen readers)
end
translating:::misc
subgraph translating [Translating]
translating1(Briar's translation workflow works as expected)
translating1-->translating11 & translating12 & translating13
translating11(all strings are translatable)
translating12(translations get synchronized with Transifex)
translating12-->translating121 & translating122
translating121(uploading source works)
translating122(downloading translations works)
translating13(appropriate context is given)
translating13-->translating131 & translating132
translating131(descriptive strings)
translating132(screenshots)
end
testing:::misc
testing:::misc
subgraph testing [Testing]
subgraph testing [Testing]
testing1(test database<br>is available)
testing1(test database<br>is available)
...
...
...
...