Ticket #2060 (new バグ指摘) — at Version 1

Opened 13 years ago

Last modified 13 years ago

メッセージIDの振り直し

Reported by: h_yoshimoto Owned by: kim
Priority: Milestone: EC-CUBE2.12.3en
Component: その他 Version: 2.12.2
Keywords: Cc:
修正済み: yes

Description (last modified by kim) (diff)

以下のルールに沿ってメッセージIDの振り直し

#Class側
msgid "c_hello_01" 
msgstr "こんにちは!"

msgid "c_name_01" 
msgstr "氏名"

msgid "c_name_02" 
msgstr "名前"

#テンプレート側
msgid "tpl_hello_01" 
msgstr "こんにちは!"

msgid "tpl_name_01" 
msgstr "氏名"

msgid "tpl_name_02" 
msgstr "名前"

完全に重複するテキストは、使用用途が異なるもの(テンプレとPHP等)以外はメッセージIDを統合していく。 判断が危ういものは _01をインクリメントしていく。

Change History

comment:1 Changed 13 years ago by kim

  • Owner changed from h_yoshimoto to kim
  • Description modified (diff)
Note: See TracTickets for help on using tickets.