|
| 1 | +# ============================================================================== |
| 2 | +# File: en.yaml |
| 3 | +# Author: Amey Thakur |
| 4 | +# Profile: https://github.com/Amey-Thakur |
| 5 | +# Repository: https://github.com/Amey-Thakur/Amey-Thakur.github.io |
| 6 | +# Release Date: December 16, 2025 |
| 7 | +# License: MIT License |
| 8 | +# ============================================================================== |
| 9 | +# |
| 10 | +# DESCRIPTION: |
| 11 | +# This localization manifest serves as the authoritative source for English-language |
| 12 | +# string mappings. It ensures linguistic consistency and accessibility across |
| 13 | +# all structural components of Amey's Arc. |
| 14 | +# |
| 15 | +# HOW IT WORKS: |
| 16 | +# During the Hugo build cycle, the engine parses this YAML manifest to perform |
| 17 | +# key-value translations based on ID lookups (i18n function). It facilitates |
| 18 | +# dynamic content labeling for navigational elements, reading metrics, and |
| 19 | +# interface controls. |
| 20 | +# |
| 21 | +# TECH STACK: |
| 22 | +# - YAML (Localization Schema) |
| 23 | +# - Hugo i18n Framework |
| 24 | +# - Scholarly Linguistic Mapping |
| 25 | +# |
| 26 | +# ============================================================================== |
| 27 | + |
| 28 | +# ------------------------------------------------------------------------------ |
| 29 | +# Navigational Logic: Temporal sequence markers for article continuity. |
| 30 | +# ------------------------------------------------------------------------------ |
1 | 31 | - id: prev_page |
2 | 32 | translation: "Prev" |
3 | 33 |
|
4 | 34 | - id: next_page |
5 | 35 | translation: "Next" |
6 | 36 |
|
| 37 | +# ------------------------------------------------------------------------------ |
| 38 | +# Scholarly Metrics: Formatting parameters for archival reading time. |
| 39 | +# ------------------------------------------------------------------------------ |
7 | 40 | - id: read_time |
8 | 41 | translation: |
9 | 42 | one : "1 min" |
|
14 | 47 | one : "word" |
15 | 48 | other: "{{ .Count }} words" |
16 | 49 |
|
| 50 | +# ------------------------------------------------------------------------------ |
| 51 | +# Structural Components: Labels for core site infrastructure. |
| 52 | +# ------------------------------------------------------------------------------ |
17 | 53 | - id: toc |
18 | 54 | translation: "Table of Contents" |
19 | 55 |
|
|
23 | 59 | - id: home |
24 | 60 | translation: "Home" |
25 | 61 |
|
| 62 | +# ------------------------------------------------------------------------------ |
| 63 | +# Interaction Controls: Aesthetic labels for UI engagement. |
| 64 | +# ------------------------------------------------------------------------------ |
26 | 65 | - id: edit_post |
27 | 66 | translation: "Edit" |
28 | 67 |
|
|
0 commit comments