File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ astfel:
40
40
41
41
./make gettext
42
42
43
- Ea va genera subdirectorul **build/gettext **, care conține fișiere
43
+ Ea va genera subdirectorul **build/gettext ** al directorului **Doc **,
44
+ care conține fișiere
44
45
`POT <https://www.drupal.org/community/contributor-guide/reference-information/localize-drupal-org/working-with-offline/po-and-pot-files >`_.
45
46
46
47
- în același terminal, comanda
@@ -49,14 +50,14 @@ astfel:
49
50
50
51
sphinx-intl update -p build/gettext -l ro
51
52
52
- va produce subdirectorul **locale/ro/LC_MESSAGES **. Acesta conține fișierele
53
- PO căutate.
53
+ va produce subdirectorul **locale/ro/LC_MESSAGES ** al directorului
54
+ ** Doc **. Acesta conține fișierele PO căutate.
54
55
55
56
Putem genera codul HTML al documentației folosind scriptul
56
57
**scripturi/compilarea_documentatiei.ps1 ** din acest proiect. Astfel,
57
58
într-un terminal Windows cu **drepturi de administrator **
58
59
(tastele Win + X, A), deschis din directorul unde se găsește
59
- scriptul Python , executăm comenzile:
60
+ scriptul PowerShell , executăm comenzile:
60
61
61
62
::
62
63
You can’t perform that action at this time.
0 commit comments