1/*
2 * PROJECT:     Keyboard Layout Switcher
3 * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4 * PURPOSE:     Chinese (Hong Kong) resource file
5 * TRANSLATORS: Copyright 2021 Chan Chilung <eason066@gmail.com>
6 * REFERENCES:  Chinese (Traditional) resource file
7 */
8
9LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_HONGKONG
10
11IDR_POPUP MENU
12BEGIN
13    POPUP "popup"
14    BEGIN
15        MENUITEM "選項(&P)...", ID_PREFERENCES
16        MENUITEM SEPARATOR
17        MENUITEM "結束(&E)", ID_EXIT
18    END
19END
20