pasejo 2026.6.7

passage re-implementation in Rust for teams
1
2
3
4
5
6
7
8
9
10
11
# SPDX-FileCopyrightText: The pasejo Authors
# SPDX-License-Identifier: 0BSD

# Configuration for cargo-i18n / i18n-embed.
# The fluent_language_loader! macro reads fallback_language at compile time;
# the runtime loader uses it as the default when the requested language
# cannot be matched.
fallback_language = "en"

[fluent]
assets_dir = "i18n"