global statisttics
This commit is contained in:
parent
40dfdc9235
commit
634af325dc
3 changed files with 52 additions and 6 deletions
2
modules/ROOT/examples/global.csv
Normal file
2
modules/ROOT/examples/global.csv
Normal file
|
@ -0,0 +1,2 @@
|
|||
Total messages,Total words
|
||||
90233,1750185
|
|
|
@ -1,2 +1,35 @@
|
|||
Language, Language code, Components, Components >= 80%, Pages, Pages >= 80%, Words progress
|
||||
xref:language/fr.adoc[French (Français)], fr, 45, 10, 150, 120, 50%
|
||||
Language code,Components,Components >= 80%,Pages,Pages >= 80%,Words progress
|
||||
xref:language/ar.adoc[ar],4,0,16,1,0.01%
|
||||
xref:language/ast.adoc[ast],1,0,9,2,0.03%
|
||||
xref:language/be.adoc[be],1,0,2,0,0.00%
|
||||
xref:language/bg.adoc[bg],1,0,2,1,0.00%
|
||||
xref:language/ca.adoc[ca],4,0,16,0,0.00%
|
||||
xref:language/cs.adoc[cs],36,0,521,27,0.16%
|
||||
xref:language/de.adoc[de],1,0,2,0,0.00%
|
||||
xref:language/es.adoc[es],1,0,9,2,0.02%
|
||||
xref:language/fa.adoc[fa],9,0,25,1,0.01%
|
||||
xref:language/fil.adoc[fil],9,0,25,5,0.10%
|
||||
xref:language/fr.adoc[fr],1444,0,1695,71,0.24%
|
||||
xref:language/fur.adoc[fur],1,0,9,1,0.04%
|
||||
xref:language/he.adoc[he],1,0,9,1,0.00%
|
||||
xref:language/hu.adoc[hu],4,0,16,2,0.01%
|
||||
xref:language/id.adoc[id],4,0,11,5,0.09%
|
||||
xref:language/it.adoc[it],9,0,25,3,0.02%
|
||||
xref:language/ja.adoc[ja],25,0,402,0,0.00%
|
||||
xref:language/jp.adoc[jp],16,0,181,0,0.00%
|
||||
xref:language/my.adoc[my],1,0,9,0,0.00%
|
||||
xref:language/nl.adoc[nl],4,0,11,0,0.00%
|
||||
xref:language/or.adoc[or],9,0,25,7,0.08%
|
||||
xref:language/pt.adoc[pt],1,0,14,0,0.00%
|
||||
xref:language/pt_BR.adoc[pt_BR],1,0,2,1,0.01%
|
||||
xref:language/pt_PT.adoc[pt_PT],9,0,25,8,0.11%
|
||||
xref:language/ro.adoc[ro],1,0,5,0,0.00%
|
||||
xref:language/ru.adoc[ru],1,0,9,0,0.00%
|
||||
xref:language/sq.adoc[sq],1,0,14,0,0.00%
|
||||
xref:language/sv.adoc[sv],1,0,2,0,0.00%
|
||||
xref:language/sw.adoc[sw],1,0,2,1,0.01%
|
||||
xref:language/te.adoc[te],4,0,23,0,0.00%
|
||||
xref:language/tr.adoc[tr],9,0,25,13,0.11%
|
||||
xref:language/uk.adoc[uk],1,0,2,1,0.01%
|
||||
xref:language/zh_CN.adoc[zh_CN],4,0,11,2,0.01%
|
||||
xref:language/zh_TW.adoc[zh_TW],1,0,9,1,0.00%
|
||||
|
|
|
|
@ -1,12 +1,23 @@
|
|||
= Stats
|
||||
|
||||
Expliquer comment traduire.
|
||||
Expliquer en quelques mots comment les pages sont traduites.
|
||||
These are statistics about the localization of the Fedora Project documentation
|
||||
system.
|
||||
|
||||
Statistiques globales.
|
||||
Basic behavior:
|
||||
|
||||
* All sources pages are converted into pot files using po4a.
|
||||
* Translators are using Weblate to translate.
|
||||
* Weblate will push po files containing translations.
|
||||
* All po files are converted again into source pages using po4a.
|
||||
|
||||
[%header,format=csv]
|
||||
.Statistics per language
|
||||
.Global statistics
|
||||
|===
|
||||
include::example$global.csv[]
|
||||
|===
|
||||
|
||||
[%header,format=csv]
|
||||
.Per language statistics
|
||||
|===
|
||||
include::example$progress.csv[]
|
||||
|===
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue