Commit Graph

8 Commits (ea1119c61d0d098cd7be36344ee2c6468719adc6)

Author SHA1 Message Date
Pablo Santiago Blum de Aguiar ea1119c61d Standardize documentation header links
Add missing links, reorder alphabetically, and fix spacing issues.
4 years ago
Gabriel César 3600f0bddf docs: add Brazilian Portuguese translation 7 years ago
Andrew Komarnitskyi 0d820b18d7 Translation: Ukrainian version (#464)
* add ukrainian translation

* fix UA translate in readme

* fix UA translation in faq

* fix UA translation in packages.md

* fix documentation link
8 years ago
Derek Willian Stavis 7c3db938c2 docs: improve headers, use flag emojis for translations (#370) 8 years ago
Derek Willian Stavis a164ebdd5d init: rewrite init process (#260)
* init: rewrite init process

Now use pure globbing to generate 100% valid function and
completion paths, effectively splitting the init process in two
steps, one which paths are added, and other when initialization
is done (sourcing init).

This initialization code introduces a new interface for
`init.fish` hook, which deprecates the previously used event
model. The new interface injects three variables into `init.fish`:
path, package and bundle. This variables can be used by the
package to autoload paths, use bundled files, etc.

Also supports key bindings by sourcing
$OMF_CONFIG/key_bindings.fish and also key_bindings.fish in
packages (plugins and themes) root directories. This is done
when fish_user_key_bindings is called.

* omf: migrate to new init hook

* omf/templates: migrate to new init and uninstall hooks

* docs: document new init and uninstall hooks interface

* README: update new hook interface spec
8 years ago
VEINHORN 1d8ac55521 Add several fixes to language menus 9 years ago
icyleaf 639390b203 Added switch language menu 9 years ago
icyleaf a40f3be16b Split doc file by i18n rule, add zh-CN docs 9 years ago