]> insang Git - ZipProject.git/commitdiff
footer, title 언어변경시 같이 변경도되록 수정
authorjocloud <dhkq92@icloud.com>
Thu, 21 May 2020 15:55:55 +0000 (15:55 +0000)
committerjocloud <dhkq92@icloud.com>
Thu, 21 May 2020 15:55:55 +0000 (15:55 +0000)
ZipProject/Views/Shared/_Footer.cshtml
ZipProject/Views/WebZip/Index.cshtml
ZipProject/wwwroot/Language/en.json
ZipProject/wwwroot/Language/kr.json

index 756e5f8242a08896f065ceea703ddf1c910b813f..7014d1af605ef8190aab708dadf2084b772a007e 100644 (file)
@@ -1,12 +1,13 @@
-@*\r
+@*\r
   For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860\r
 *@\r
 @{\r
+  string lang = (string)ViewData["lang"];\r
 }\r
 <footer>\r
   <div class="webzip-footer">\r
     <div class="col-sm-8 webzip-footer-leftalign">\r
-      <span>쉽고 편리한 압축! NiceZip을 찾아주세요.</span>\r
+      <span>@LanguagePack.GetText(lang, "footIntroduce")</span>\r
       <span></span>\r
     </div>\r
     <div class="col-sm-4 webzip-footer-rightalign">\r
index 0899ae6c9ba1e5a1b4c0f6c544d81616002d28f3..3af63065e17b0e6297987177293b43e6dc8d94b7 100644 (file)
@@ -2,8 +2,8 @@
   For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860\r
 *@\r
 @{\r
-    ViewData["Title"] = "NiceZip: Easily file compression!";\r
     string lang = (string)ViewData["lang"];\r
+    ViewData["Title"] = @LanguagePack.GetText(lang, "Title");\r
 }\r
 \r
 <div class="webzip-bodycontainer">\r
index 66ca49bfe8a9aa145bb6124da3dc9802148c2808..501574a48ab7e6e96389e712fbb3aa7064ab137f 100644 (file)
@@ -1,4 +1,5 @@
 {
+  "Title": "NiceZip:: The world's easiest online simple compression site!",
   "bodyIntroduce": "Easy online compression site! Please install the compression program! This webpage will help you.",
   "editname": "Edit name",
   "format": "Format",
index 888eccc00ca66785c14b2ad2feb6cef84c4a934c..a7fa5872e3337b8415f7b6e49af9886f11363506 100644 (file)
@@ -1,4 +1,5 @@
 {
+  "Title": "나이스집:: 세상 간편한 온라인 간편압축 사이트!",
   "bodyIntroduce": "온라인 간편압축 사이트! 압축프로그램을 설치하시기 찜찜하신가요! 나이스집이 도와드립니다",
   "editname": "이름 수정",
   "format": "압축 형식",