GithubHelp home page GithubHelp logo

Comments (5)

AlexSkrypnyk avatar AlexSkrypnyk commented on July 21, 2024 1

Let's track the progress of updated/translated issues using the list below. Please post work progress as comments and will update this list.

  • Type to search
  • Drupal Console
  • Drupal Console Documentation
  • 1. What is the Drupal Console
  • 1.1. Why should you care about?
  • 1.2. How does Drupal Console help?
  • 1.3. Where do I find the project?
  • 2. Getting the project
  • 2.1. Using the Installer
  • 2.2. Using Composer
  • 2.3. Download phar file
  • 2.4. Update project
  • 3. Using the project
  • 3.1. How to copy configuration files
  • 3.2. How to download, install and serve Drupal 8
  • 3.3. How to use Drupal Console in a multi-site installation
  • 3.4. How to use Drupal Console in a remote installation
  • 4. Creating custom Commands
  • 4.1. Registering Commands Automatically
  • 4.2. Configuring the Command
  • 4.3. Command Lifecycle
  • 4.4. Getting Services from the Service Container
  • 5. Contributing new features
  • 5.1. Project requirements
  • 5.2. Getting the project
  • 5.3. Running the project
  • 5.4. Keeping your fork up to date
  • 5.5. Creating issues and pull requests
  • 5.6. Contribute to this documentation
  • 6. Available commands
  • 6.1. about
  • 6.2. chain
  • 6.3. help
  • 6.4. settings:init
  • 6.5. list
  • 6.6. server
  • 6.7. cache:rebuild
  • 6.8. config:debug
  • 6.9. config:diff
  • 6.10. config:edit
  • 6.11. config:export
  • 6.12. config:export:content:type
  • 6.13. config:export:single
  • 6.14. config:export:view
  • 6.15. config:import
  • 6.16. config:import:single
  • 6.17. config:override
  • 6.18. config:settings:debug
  • 6.19. container:debug
  • 6.20. create:nodes
  • 6.21. create:terms
  • 6.22. create:users
  • 6.23. create:vocabularies
  • 6.24. cron:debug
  • 6.25. cron:execute
  • 6.26. cron:release
  • 6.27. database:client
  • 6.28. database:connect
  • 6.29. database:dump
  • 6.30. database:log:clear
  • 6.31. database:log:debug
  • 6.32. database:restore
  • 6.33. database:table:debug
  • 6.34. database:table:drop
  • 6.35. generate:authentication:provider
  • 6.36. generate:command
  • 6.37. generate:controller
  • 6.38. generate:doc:dash
  • 6.39. generate:doc:gitbook
  • 6.40. generate:entity:bundle
  • 6.41. generate:entity:config
  • 6.42. generate:entity:content
  • 6.43. generate:event:subscriber
  • 6.44. generate:form
  • 6.45. generate:form:alter
  • 6.46. generate:form:config
  • 6.47. generate:module
  • 6.48. generate:permissions
  • 6.49. generate:plugin:block
  • 6.50. generate:plugin:condition
  • 6.51. generate:plugin:field
  • 6.52. generate:plugin:fieldformatter
  • 6.53. generate:plugin:fieldtype
  • 6.54. generate:plugin:fieldwidget
  • 6.55. generate:plugin:imageeffect
  • 6.56. generate:plugin:imageformatter
  • 6.57. generate:plugin:rest:resource
  • 6.58. generate:plugin:rulesaction
  • 6.59. generate:plugin:type:annotation
  • 6.60. generate:plugin:type:yaml
  • 6.61. generate:plugin:views:field
  • 6.62. generate:profile
  • 6.63. generate:routesubscriber
  • 6.64. generate:service
  • 6.65. generate:theme
  • 6.66. locale:language:add
  • 6.67. locale:language:delete
  • 6.68. locale:translation:status
  • 6.69. migrate:debug
  • 6.70. migrate:execute
  • 6.71. migrate:setup
  • 6.72. module:debug
  • 6.73. module:download
  • 6.74. module:install
  • 6.75. module:uninstall
  • 6.76. multisite:debug
  • 6.77. rest:debug
  • 6.78. rest:disable
  • 6.79. rest:enable
  • 6.80. router:debug
  • 6.81. router:rebuild
  • 6.82. settings:debug
  • 6.83. settings:set
  • 6.84. site:debug
  • 6.85. site:install
  • 6.86. site:maintenance
  • 6.87. site:mode
  • 6.88. site:new
  • 6.89. site:statistics
  • 6.90. site:status
  • 6.91. state:debug
  • 6.92. state:override
  • 6.93. test:debug
  • 6.94. test:run
  • 6.95. theme:debug
  • 6.96. theme:download
  • 6.97. theme:install
  • 6.98. theme:uninstall
  • 6.99. translation:cleanup
  • 6.100. translation:pending
  • 6.101. translation:stats
  • 6.102. translation:sync
  • 6.103. update:debug
  • 6.104. update:execute
  • 6.105. user:debug
  • 6.106. user:delete
  • 6.107. user:login:clear:attempts
  • 6.108. user:login:url
  • 6.109. user:password:hash
  • 6.110. user:password:reset
  • 6.111. views:debug
  • 6.112. views:disable
  • 6.113. views:enable
  • 6.114. yaml:diff
  • 6.115. yaml:merge
  • 6.116. yaml:split
  • 6.117. yaml:update:key
  • 6.118. yaml:update:value
  • 7. FAQ (Frequently Asked Questions) about Drupal Console
  • 7.1. Installation problems
  • 7.2. Permissions
  • 7.3. Commands not listed
  • 7.4. Interactive Mode
  • 8. References

from drupal-console-book.

VladimirAus avatar VladimirAus commented on July 21, 2024

Working on it here: https://github.com/VladimirAus/drupal-console-book/tree/issue-222

from drupal-console-book.

AlexSkrypnyk avatar AlexSkrypnyk commented on July 21, 2024

@VladimirAus Have you finished working on the translation? If not, I can help out

from drupal-console-book.

VladimirAus avatar VladimirAus commented on July 21, 2024

Provided partial translations here: #236

from drupal-console-book.

jmolivas avatar jmolivas commented on July 21, 2024

Anything at section 6. Available commands should not be translated here it should be updated at the command translation repository https://github.com/hechoendrupal/drupal-console-ru

from drupal-console-book.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.