Symfony i18n:同步翻译密钥

时间:2017-08-03 14:41:45

标签: php symfony internationalization

例如,我有两个翻译文件notes.en.ymlnotes.de.yml

// notes.en.yml
notes:
  info: "Info message"
  critical: "Critical message"


// notes.de.yml
notes:
  info: "Info message"
  critical: "Critical message"

如果我仅从notes.info删除密钥notes.en.yml,如何自动同步这两个文件的密钥?

我只有两个文件并不难,但是当我有一些文件时会变得复杂。

0 个答案:

没有答案