mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	Merge pull request #1510 from SchrodingersGat/new-translation
Adds some more translatable strings
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/translations.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/translations.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1,4 +1,4 @@ | ||||
| name: Make Translation | ||||
| name: Update Translation Files | ||||
|  | ||||
| on: | ||||
|   push: | ||||
| @@ -21,7 +21,7 @@ jobs: | ||||
|  | ||||
|     steps: | ||||
|     - uses: actions/checkout@v2 | ||||
|     - name: get current translations | ||||
|     - name: Get Current Translations | ||||
|       run: | | ||||
|         git fetch | ||||
|         git checkout origin/l10 -- `git ls-tree origin/l10 -r --name-only | grep ".po"` | ||||
| @@ -42,7 +42,7 @@ jobs: | ||||
|     - name: stash changes | ||||
|       run: | | ||||
|         git stash | ||||
|     - name: Checkout tranlation-branch | ||||
|     - name: Checkout Translation Branch | ||||
|       uses: actions/checkout@v2.3.4 | ||||
|       with: | ||||
|         ref: l10 | ||||
|   | ||||
| @@ -60,7 +60,7 @@ | ||||
|                             </tr> | ||||
|                             <tr> | ||||
|                                 <td><span class='fas fa-mobile-alt'></span></td> | ||||
|                                 <td>{% trans "Get the App" %}</td> | ||||
|                                 <td>{% trans "Mobile App" %}</td> | ||||
|                                 <td><a href="https://inventree.readthedocs.io/en/latest/app/app">https://inventree.readthedocs.io/en/latest/app/app</a></td> | ||||
|                             </tr> | ||||
|                             <tr> | ||||
| @@ -74,7 +74,7 @@ | ||||
|                 </div> | ||||
|             </div> | ||||
|             <div class='modal-footer'> | ||||
|                 <button type='button' class='btn btn-default' data-dismiss='modal'>Close</button> | ||||
|                 <button type='button' class='btn btn-default' data-dismiss='modal'>{% trans "Close" %}</button> | ||||
|             </div> | ||||
|         </div> | ||||
|     </div> | ||||
|   | ||||
| @@ -10,7 +10,7 @@ | ||||
|       <a class="navbar-brand" id='logo' href="{% url 'index' %}" style="padding-top: 7px; padding-bottom: 5px;"><img src="{% static 'img/inventree.png' %}" width="32" height="32" style="display:block; margin: auto;"/></a> | ||||
|       <div class="navbar-header"> | ||||
|         <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> | ||||
|             <span class="sr-only">Toggle navigation</span> | ||||
|             <span class="sr-only">{% trans "Toggle navigation" %}</span> | ||||
|             <span class="icon-bar"></span> | ||||
|             <span class="icon-bar"></span> | ||||
|             <span class="icon-bar"></span> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user