generated from me/nix-flake-typst-template
14 lines
407 B
Typst
14 lines
407 B
Typst
// SPDX-FileCopyrightText: 2025 Ethan Reece <contact@ethanreece.com>
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
#import "@preview/linguify:0.4.2": linguify
|
|
|
|
#let lang-data = toml("lang.toml")
|
|
#let l(content) = linguify(content, from: lang-data)
|
|
|
|
#let Boise_ID = l("Boise_ID")
|
|
#let Dallas_TX = l("Dallas_TX")
|
|
#let Meridian_ID = l("Meridian_ID")
|
|
#let Nampa_ID = l("Nampa_ID")
|
|
#let Richardson_TX = l("Richardson_TX")
|