Overview
Project website | pagure.io/fedora-docs-l10n/fedora | |
---|---|---|
Instructions for translators | Mailing list for translators: <trans@lists.fedoraproject.org |
43 minutes ago
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 48,528 | 787,870 | 5,577,520 | |||
Source | 1,735 | 28,141 | 199,238 | |||
Translated | 41% | 19,979 | 39% | 312,702 | 39% | 2,210,595 |
Needs editing | 1% | 145 | 1% | 2,216 | 1% | 18,108 |
Read-only | 3% | 1,760 | 3% | 28,216 | 3% | 199,713 |
Failing checks | 3% | 1,623 | 2% | 17,499 | 2% | 151,854 |
Strings with suggestions | 8% | 4,284 | 7% | 61,100 | 7% | 434,445 |
Untranslated strings | 58% | 28,404 | 60% | 472,952 | 60% | 3,348,817 |
Quick numbers
and previous 30 days
Trends of last 30 days
—
Hosted words
—
—
Hosted strings
—
—
Translated
—
—
Contributors
—
![]() Suggestion removed during cleanup |
|
![]() Suggestion removed |
|
![]() Repository notification received |
Pagure: https://pagure.io/fedora-docs-l10n/fedora, master
2 days ago
|
![]() Changes pushed |
Changes pushed
2 days ago
|
![]() Changes committed |
Changes committed
2 days ago
|
![]() Changes committed |
Changes committed
2 days ago
|
![]() Changes committed |
Changes committed
2 days ago
|
![]() Translation completed |
Translation completed
2 days ago
|
![]() Translation completed |
Translation completed
2 days ago
|
![]() Translation changed |
|
echo "Expected Checksum: $expected_checksum"
if ( $download_checksum -eq "$expected_checksum" ) {
echo "Checksum test passed!"
} else {
echo "Checksum test failed."
}
}
> echo "Expected Checksum: $expected_checksum"
> if ( $download_checksum -eq "$expected_checksum" ) {
echo "Checksum test passed!"
} else {
echo "Checksum test failed."
}