ソースを参照

#3325 use correct word for .gitignore

Unknwon 7 年 前
コミット
9e8a8867ea
3 ファイル変更3 行追加3 行削除
  1. 1 1
      conf/locale/locale_en-US.ini
  2. 0 0
      modules/bindata/bindata.go
  3. 2 2
      templates/repo/create.tmpl

+ 1 - 1
conf/locale/locale_en-US.ini

@@ -350,7 +350,7 @@ fork_from = Fork From
 fork_visiblity_helper = You cannot alter the visibility of a forked repository.
 repo_desc = Description
 repo_lang = Language
-repo_lang_helper = Select .gitignore files
+repo_gitignore_helper = Select .gitignore templates
 license = License
 license_helper = Select a license file
 readme = Readme

ファイルの差分が大きいため隠しています
+ 0 - 0
modules/bindata/bindata.go


+ 2 - 2
templates/repo/create.tmpl

@@ -58,10 +58,10 @@
 					<div class="ui divider"></div>
 
 					<div class="inline field">
-						<label>{{.i18n.Tr "repo.repo_lang"}}</label>
+						<label>.gitignore</label>
 						<div class="ui multiple search normal selection dropdown">
 							<input type="hidden" name="gitignores" value="{{.gitignores}}">
-							<div class="default text">{{.i18n.Tr "repo.repo_lang_helper"}}</div>
+							<div class="default text">{{.i18n.Tr "repo.repo_gitignore_helper"}}</div>
 							<div class="menu">
 								{{range .Gitignores}}
 									<div class="item" data-value="{{.}}">{{.}}</div>

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません