move unitTestTrailingEntry to the end of the file

This commit is contained in:
Sixten Otto 2023-02-17 12:37:29 -07:00
parent cac983d13f
commit 0bb176f21b

View file

@ -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" = "仅用于测试目的。";