diff options
| author | EuAndreh <eu@euandre.org> | 2026-09-10 11:47:09 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2026-09-10 11:47:09 -0300 |
| commit | a55fd9274b84bc5065268e9decd4b41d15326df8 (patch) | |
| tree | 6099044d294f7e3ca35f99be9bcceec92dd7da3e /.gitignore | |
| parent | style.css: Keep the numbers still by taking them out of the scroll (diff) | |
| download | euandre.org-a55fd9274b84bc5065268e9decd4b41d15326df8.tar.gz euandre.org-a55fd9274b84bc5065268e9decd4b41d15326df8.tar.xz | |
Name the i18n stamp a sentinel
Every other file of its kind here is a sentinel, and .sentinel is what
the suffix rules and the .gitignore already spell. One outlier called
.stamp meant two names for the one idea.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KxLpaNQThKfMG3ecCJptP9
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ ## the repository carrying them. The masters and the reference ## strings stay; a language's own name is not translated from ## anything, so that stays too. -/src/i18n.stamp +/src/i18n.sentinel !/src/i18n.txt /src/content/de/**/*.adoc /src/content/eo/**/*.adoc |
