gitextract_5i66y00t/ ├── CONTRIBUTING.md ├── api.php ├── babble.php ├── class-admin-bar.php ├── class-babble-log.php ├── class-comment.php ├── class-jobs.php ├── class-languages.php ├── class-locale.php ├── class-meta.php ├── class-plugin.php ├── class-post-public.php ├── class-switcher-content.php ├── class-switcher-interface.php ├── class-taxonomy.php ├── class-translator.php ├── class-updates.php ├── composer.json ├── css/ │ ├── jobs-admin.css │ └── languages-options.css ├── deprecated.php ├── external-update-api/ │ ├── external-update-api/ │ │ ├── euapi.php │ │ ├── handler-files.php │ │ ├── handler-github.php │ │ ├── handler.php │ │ ├── info.php │ │ ├── item-plugin.php │ │ ├── item-theme.php │ │ ├── item.php │ │ └── update.php │ ├── external-update-api.php │ └── readme.md ├── js/ │ └── post-public-admin.js ├── languages/ │ ├── fa_IR.mo │ ├── fa_IR.php │ ├── fr_FR.mo │ ├── pt_BR.mo │ ├── pt_BR.po │ ├── tr.mo │ └── tr.po ├── miscellaneous.php ├── readme.md ├── readme.txt ├── templates-admin/ │ ├── options-available-languages.php │ ├── switcher-interface.php │ ├── translation-editor-meta.php │ ├── translation-editor-post-excerpt.php │ ├── translation-editor-terms.php │ ├── translation-editor.php │ └── translation-groups.php ├── translation-fields.php ├── translation-group-tool-sorter.php ├── translation-group-tool.php └── widget.php