vte2.91/po/meson.build

22 lines
781 B
Meson
Raw Normal View History

2022-05-14 03:16:03 +08:00
# Copyright © 2018, 2019 Iñigo Martínez
#
2024-04-24 17:50:07 +08:00
# This library is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
2022-05-14 03:16:03 +08:00
#
2024-04-24 17:50:07 +08:00
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
2022-05-14 03:16:03 +08:00
#
# You should have received a copy of the GNU Lesser General Public License
# along with this library. If not, see <https://www.gnu.org/licenses/>.
i18n = import('i18n')
i18n.gettext(
vte_gettext_domain,
preset: 'glib',
)