Skip to content

スワップファイルからのリカバリー時のメッセージ(続き) #39

@k-takata

Description

@k-takata

#11, #20 の続きです。

memline.c の以下の部分の翻訳をどうするか検討したいと思います。

    /* Some of these messages are long to allow translation to
     * other languages. */
    MSG_PUTS(_("\n(1) Another program may be editing the same file.  If this is the case,\n    be careful not to end up with two different instances of the same\n    file when making changes."));
    MSG_PUTS(_("  Quit, or continue with caution.\n"));

課題:

  • 日本語訳が原文より長いため、適当なところで改行を入れないと、レイアウトが崩れてしまう。
  • 1つ目のメッセージの最後に、日本語訳だけ改行を入れると、msgfmtがfatal errorとなる。

対策案:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions