/neoi18n

Neovim plugin that helps you translating text

Primary LanguageLua

Neovim i18n

Working with i18n without bigi.

#Notes

Right now it only works with yaml files, but I have plans to add more extensions.

Installation

Plug 'namadnuno/neoi18n'

Key biddings

  nmap <leader>t :call NeoI18nShow() <CR>
  nmap <leader>T :call NeoI18nAdd() <CR>

Usage

:call NeoI18nCheck()

It will display an window where you can select you translations file.

:call NeoI18nShow()

Shows the translation for the current word under the cursor.

:call NeoI18nAdd()

Adds an translation for the key under the cursor.