Strings Words Characters | |||
---|---|---|---|
10 265 2,002 |
|
All strings | Browse Translate Zen |
10 265 2,002 |
|
Read-only strings | Browse Translate Zen |
Overview
Project website | www.linuxfromscratch.org |
---|---|
Translation process |
|
Source code repository |
git@git.linuxfromscratch.org:fr-lfs
|
Repository branch | trunk |
Last remote commit |
Automatic BLFS commit based on 8a8c62b59cc70633f3d0d55e916848be28088c61
8970fc2524
Julien Lepiller authored an hour ago |
Last commit in Weblate |
Automatic BLFS commit based on 8a8c62b59cc70633f3d0d55e916848be28088c61
8970fc2524
Julien Lepiller authored an hour ago |
Weblate repository |
https://translate.linuxfromscratch.org/git/faq/faq/
|
File mask | blfs/*/pst/typesetting/tex-path.po |
Translation file | Not available |
Last change | April 9, 2024, 4:19 p.m. |
Last author | None |
2 weeks ago
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 10 | 265 | 2,002 | |||
Translated | 100% | 10 | 100% | 265 | 100% | 2,002 |
Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
Read-only | 100% | 10 | 100% | 265 | 100% | 2,002 |
Failing checks | 0% | 0 | 0% | 0 | 0% | 0 |
Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
Untranslated strings | 0% | 0 | 0% | 0 | 0% | 0 |
Quick numbers
and previous 30 days
Trends of last 30 days
—
Hosted words
+100%
—
Hosted strings
+100%
—
Translated
+100%
—
Contributors
—
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
10 | File in original format as translated in the repository | gettext PO file | |||||||
---|---|---|---|---|---|---|---|---|---|
10 | All strings, converted files enriched with comments; suitable for offline translation | CSV | gettext MO | gettext PO | TBX | TMX | XLIFF 1.1 with gettext extensions | XLIFF 1.1 | XLSX |
cat > /etc/profile.d/texlive.sh << EOF
<literal># Begin texlive setup
TEXLIVE_PREFIX=/opt/texlive/&texlive-year;
export TEXLIVE_PREFIX
pathappend \$TEXLIVE_PREFIX/texmf-dist/doc/info INFOPATH
pathappend \$TEXLIVE_PREFIX/bin/$TEXARCH
TEXMFCNF=\$TEXLIVE_PREFIX/texmf-dist/web2c
export TEXMFCNF
# End texlive setup</literal>
EOF
unset TEXARCH</userinput>