mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-21 17:21:14 -03:00
There is no reason to have this file clutter the repo root. Move it into the `po` directory, and give it a more descriptive name. Inspired by this discussion: https://github.com/fish-shell/fish-shell/pull/11463#discussion_r2083453275 I use `template.po` instead of `message.po-template` to be more compatible with automatic filetype detection. (e.g. vim/nvim detect the former as a po file, but the latter as a conf file)