Skip to content

Commit 47fd387

Browse files
committed
added toml file
1 parent 2c77d94 commit 47fd387

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

l10n.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This Source Code Form is subject to the terms of the Mozilla Public
2+
# License, v. 2.0. If a copy of the MPL was not distributed with this
3+
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4+
5+
basepath = "."
6+
7+
[env]
8+
l = "{l10n_base}/public/locales/{locale}/"
9+
10+
[[paths]]
11+
reference = "public/locales/en-US/**"
12+
l10n = "{l}**"

0 commit comments

Comments
 (0)