mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-18 23:38:57 -04:00
12 lines
237 B
Bash
12 lines
237 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
FROM_LANG="English"
|
|
TO_LANG="French"
|
|
DICT_PREFIX="quick_"
|
|
|
|
inherit stardict
|
|
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
|
IUSE=""
|