mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
language: Add translation-domain
This allows you to set the translation domain of a blueprint file.
This commit is contained in:
parent
c5fa33363f
commit
e261180dcc
6 changed files with 72 additions and 2 deletions
3
tests/samples/translation_domain.blp
Normal file
3
tests/samples/translation_domain.blp
Normal file
|
@ -0,0 +1,3 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
translation-domain "blueprint-tests";
|
9
tests/samples/translation_domain.ui
Normal file
9
tests/samples/translation_domain.ui
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
DO NOT EDIT!
|
||||
This file was @generated by blueprint-compiler. Instead, edit the
|
||||
corresponding .blp file and regenerate this file with blueprint-compiler.
|
||||
-->
|
||||
<interface domain="blueprint-tests">
|
||||
<requires lib="gtk" version="4.0"/>
|
||||
</interface>
|
Loading…
Add table
Add a link
Reference in a new issue