Skip to content

Commit dd63118

Browse files
phpGH-200 翻訳対象ファイルのインデントスタイルを原文と併せる
1 parent ae1afc2 commit dd63118

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

reference/gettext/functions/dgettext.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
</tgroup>
8282
</informaltable>
8383
</refsect1>
84-
84+
8585
<refsect1 role="seealso">
8686
&reftitle.seealso;
8787
<para>

reference/gettext/functions/textdomain.xml

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

2323
<refsect1 role="parameters">
2424
&reftitle.parameters;

0 commit comments

Comments
 (0)