mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
move unitTestTrailingEntry to the end of the file
This commit is contained in:
parent
cac983d13f
commit
0bb176f21b
1 changed files with 4 additions and 4 deletions
|
|
@ -204,10 +204,6 @@
|
|||
// "saveArticleSavingState" = "保存中...";
|
||||
// "Confirm Your Profile" = "确认您的个人资料";
|
||||
|
||||
// Unit test Entry -- Do not remove this or add entries after this one.
|
||||
// This allows us to check for syntax errors in this file with a unit test
|
||||
"unitTestTrailingEntry" = "仅用于测试目的。";
|
||||
|
||||
// Views/Home/HomeFeedViewIOS.swift file
|
||||
"Archive" = "存档";
|
||||
"Unarchive" = "取消存档";
|
||||
|
|
@ -324,3 +320,7 @@
|
|||
"View Privacy Policy" = "查看隐私策略";
|
||||
"Self-hosting options" = "自我管选项";
|
||||
"View Details" = "查看详情";
|
||||
|
||||
// Unit test Entry -- Do not remove this or add entries after this one.
|
||||
// This allows us to check for syntax errors in this file with a unit test
|
||||
"unitTestTrailingEntry" = "仅用于测试目的。";
|
||||
|
|
|
|||
Loading…
Reference in a new issue