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 | upload-dir = doc/build/html | ||||||
|  |  | ||||||
| [compile_catalog] | [compile_catalog] | ||||||
| directory = keystoneclient/locale | directory = python-keystoneclient/locale | ||||||
| domain = keystoneclient | domain = python-keystoneclient | ||||||
|  |  | ||||||
| [update_catalog] | [update_catalog] | ||||||
| domain = keystoneclient | domain = keystoneclient | ||||||
| output_dir = keystoneclient/locale | output_dir = python-keystoneclient/locale | ||||||
| input_file = keystoneclient/locale/keystoneclient.pot | input_file = python-keystoneclient/locale/python-keystoneclient.pot | ||||||
|  |  | ||||||
| [extract_messages] | [extract_messages] | ||||||
| keywords = _ gettext ngettext l_ lazy_gettext | keywords = _ gettext ngettext l_ lazy_gettext | ||||||
| mapping_file = babel.cfg | mapping_file = babel.cfg | ||||||
| output_file = keystoneclient/locale/keystoneclient.pot | output_file = python-keystoneclient/locale/python-keystoneclient.pot | ||||||
|  |  | ||||||
| [wheel] | [wheel] | ||||||
| universal = 1 | universal = 1 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 THOMAS J. COCOZZELLO
					THOMAS J. COCOZZELLO