From 0bb176f21b3e1e50cb1fc1086c68d4d1f68e0ff5 Mon Sep 17 00:00:00 2001 From: Sixten Otto Date: Fri, 17 Feb 2023 12:37:29 -0700 Subject: [PATCH] move unitTestTrailingEntry to the end of the file --- .../Views/Resources/zh-Hans.lproj/Localizable.strings | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apple/OmnivoreKit/Sources/Views/Resources/zh-Hans.lproj/Localizable.strings b/apple/OmnivoreKit/Sources/Views/Resources/zh-Hans.lproj/Localizable.strings index e74dd268b..f55475139 100644 --- a/apple/OmnivoreKit/Sources/Views/Resources/zh-Hans.lproj/Localizable.strings +++ b/apple/OmnivoreKit/Sources/Views/Resources/zh-Hans.lproj/Localizable.strings @@ -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" = "仅用于测试目的。";