Zero One Documentation
Theme demo
  • Overview
  • Terms & Guidelines
  • Guide
    • Installation & Setup
      • Local environment
      • Server
      • Default language!
      • Multilanguage website
      • Config options
      • SMTP email options
      • Folder structure
      • htaccess
      • Updating
      • PHP Composer
    • Administration panel
      • Translating panel
    • Site options
      • SEO options
      • Multi-language
    • Theme styling
      • Less/CSS setup
      • Changing Less variables
      • app.less file
      • Customizing elements
      • Helpful classes
    • Page types
      • Page options
    • Blog
      • Comments
      • Article
    • Work (Portfolio)
      • Project page
    • Shop
      • Snipcart
    • Layout Builder
      • Column Options block
      • Subgrid block
      • Card block
      • Text (Writer) block
      • Custom Heading block
      • Custom List block
      • Typed Text block
      • Quote block
      • Button block
      • › 25 more blocks
    • Form Builder (Premium)
    • OLD Page Builder deprecation
    • Tricks
      • Using icons in the content
      • Kirbytext link tag to button
      • Tricks with image classes
      • Adding Google Fonts
      • Custom icons
      • Cookie notice/banner
    • Theme extending
      • Page Transitions (Swup)
      • Contact form extending
      • Self-hosted fonts
      • Adding new templates
      • Adding new Content block (Layout Builder)
    • GDPR
  • More
  • Support
  • Hire us
  • Changelog
  • Credits
  • Affiliate
Powered by GitBook
On this page

Was this helpful?

  1. Guide
  2. Administration panel

Translating panel

Yes, you can translate Zero One panel!

From Zero One version 5, the panel can be translated to any language Kirby have.

Note that you can use only panel languages that Kirby supports.

At the moment Zero One have English, German and French language.

How to translate panel?

Go to site/plugins/zero-one/languages/ folder and you will see Zero One language files.

Improving Zero One translations

You can just edit the content of those files, it is easy to understand.

Adding a new language

  1. You should duplicate one of those files and rename it to your language code. After that you can change language strings in that file.

  2. When you finish you must do this: At the end of the file you will see this code zero.one.t.de. , make sure to change the last (de, en, fr - depending on the file you duplicated) to your language code.

  3. And at the end you must go to site/plugins/zero-one/index.php and at the end of that file you must add your language to the list of languages. in the same way other languages are added.

PreviousAdministration panelNextSite options

Last updated 1 year ago

Was this helpful?