Move pot file for traslation
The .pot file was named incorrectly and in the wrong location so the traslations were not getting generated. Change-Id: Iafd2b7f06dd840fa0505729a9fc898e7e281c50c Closes-Bug: 1493484
This commit is contained in:
		
							
								
								
									
										10
									
								
								setup.cfg
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								setup.cfg
									
									
									
									
									
								
							| @@ -56,18 +56,18 @@ autodoc_tree_excludes = | ||||
| upload-dir = doc/build/html | ||||
|  | ||||
| [compile_catalog] | ||||
| directory = keystoneclient/locale | ||||
| domain = keystoneclient | ||||
| directory = python-keystoneclient/locale | ||||
| domain = python-keystoneclient | ||||
|  | ||||
| [update_catalog] | ||||
| domain = keystoneclient | ||||
| output_dir = keystoneclient/locale | ||||
| input_file = keystoneclient/locale/keystoneclient.pot | ||||
| output_dir = python-keystoneclient/locale | ||||
| input_file = python-keystoneclient/locale/python-keystoneclient.pot | ||||
|  | ||||
| [extract_messages] | ||||
| keywords = _ gettext ngettext l_ lazy_gettext | ||||
| mapping_file = babel.cfg | ||||
| output_file = keystoneclient/locale/keystoneclient.pot | ||||
| output_file = python-keystoneclient/locale/python-keystoneclient.pot | ||||
|  | ||||
| [wheel] | ||||
| universal = 1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 THOMAS J. COCOZZELLO
					THOMAS J. COCOZZELLO