summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/frontend/data/localized-files-no-en-us/moz.build
blob: 5c3efc8117a80f8c60971816cbfcbe41bf4327c4 (plain)
1
2
3
4
5
6
7
8
9
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/

LOCALIZED_FILES.foo += [
    "en-US/bar.ini",
    "foo.js",
    "inner/locales/en-US/bar.ini",
]