Skip to content

Commit

Permalink
GH-200 翻訳対象ファイルのインデントスタイルを原文と併せる
Browse files Browse the repository at this point in the history
  • Loading branch information
KentarouTakeda committed Nov 29, 2024
1 parent ae1afc2 commit dd63118
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion reference/gettext/functions/dgettext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand Down
36 changes: 18 additions & 18 deletions reference/gettext/functions/textdomain.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- splitted from ./ja/functions/gettext.xml, last change in rev 1.1 -->
<!-- splitted from ./ja/functions/gettext.xml, last change in rev 1.2 -->
<!-- EN-Revision: a4fd6e61bdde94db011541268e6ff2738ac1ab9f Maintainer: hirokawa Status: ready -->
<refentry xml:id="function.textdomain" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>textdomain</refname>
<refpurpose>デフォルトドメインを設定する</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>textdomain</methodname>
<methodparam><type>string</type><parameter>text_domain</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>
この関数は、<function>gettext</function> がコールされた際に検索を
行うドメインを設定します。このドメインは、通常はアプリケーション名から
付けられます。
</para>
</refsect1>
<refentry xml:id="function.textdomain" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>textdomain</refname>
<refpurpose>デフォルトドメインを設定する</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>textdomain</methodname>
<methodparam><type>string</type><parameter>text_domain</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>
この関数は、<function>gettext</function> がコールされた際に検索を
行うドメインを設定します。このドメインは、通常はアプリケーション名から
付けられます。
</para>
</refsect1>

<refsect1 role="parameters">
&reftitle.parameters;
Expand Down

0 comments on commit dd63118

Please sign in to comment.