Add message to translations for better info on translating
This commit is contained in:
		
							
								
								
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							| @@ -5,7 +5,7 @@ | |||||||
|     <!-- A good example on why temporary names for project identification shouldn't be used --> |     <!-- A good example on why temporary names for project identification shouldn't be used --> | ||||||
|     <groupId>LibsDisguises</groupId> |     <groupId>LibsDisguises</groupId> | ||||||
|     <artifactId>LibsDisguises</artifactId> |     <artifactId>LibsDisguises</artifactId> | ||||||
|     <version>10.0.12</version> |     <version>10.0.12-SNAPSHOT</version> | ||||||
|  |  | ||||||
|     <build> |     <build> | ||||||
|         <defaultGoal>exec:java clean install</defaultGoal> |         <defaultGoal>exec:java clean install</defaultGoal> | ||||||
|   | |||||||
| @@ -178,6 +178,10 @@ public enum TranslateType { | |||||||
|                         writer.write( |                         writer.write( | ||||||
|                                 "# %s is where text is inserted, look up printf format codes if you're interested\n"); |                                 "# %s is where text is inserted, look up printf format codes if you're interested\n"); | ||||||
|                     } |                     } | ||||||
|  |  | ||||||
|  |                     writer.write( | ||||||
|  |                             "# To translate, follow this example 'Original Message': 'My New Message'\n# The Original" + | ||||||
|  |                                     " Message is used as a yaml config key to get your new message!"); | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user