diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-06-03 21:59:47 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-06-03 21:59:47 +0100 |
commit | cfa8f9a3f285060152ebbdbf86fbc7aecf1dd756 (patch) | |
tree | 8aa47aedb1518be5e85a39a24afc93c80878eb7d /.github | |
parent | 635f48010dcf6d97f3a65b4785e1726ad386d3eb (diff) | |
download | vim-git-cfa8f9a3f285060152ebbdbf86fbc7aecf1dd756.tar.gz |
Update runtime files
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 977aeb0f3..435f04c6b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -309,8 +309,16 @@ runtime/tutor/tutor.fr @dpelle runtime/tutor/tutor.fr.utf-8 @dpelle src/iscygpty.* @k-takata src/libvterm/ @leonerd +src/po/ca.po @nfdisco src/po/de.po @chrisbra src/po/eo.po @dpelle +src/po/es.po @victorhck +src/po/fi.po @flammie src/po/fr.po @dpelle src/po/ga.po @kscanne +src/po/it.po @azc100 +src/po/ja.po @k-takata +src/po/sr.po @eevan78 +src/po/tr.po @bitigchi +src/po/uk.po @sakhnik src/xxd/ @jnweiger |