forked from mtcontrib/minetest_hudbars
		
	Fix translation of format string
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| # textdomain: hudbars | ||||
| Health=Leben | ||||
| Breath=Atem | ||||
| %s: %d/%d=%s: %d/%d | ||||
| @1: @2/@3=@1: @2/@3 | ||||
|   | ||||
| @@ -3,4 +3,4 @@ Health=Salute | ||||
| Breath=Ossigeno | ||||
|  | ||||
| # Default format string for progress bar-style HUD bars, e.g. “Health 5/20” | ||||
| %s: %d/%d | ||||
| @1: @2/@3=@1: @2/@3 | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| # textdomain: hudbars | ||||
| Health=Kesihatan | ||||
| Breath=Nafas | ||||
| %s: %d/%d=%s: %d/%d | ||||
| @1: @2/@3=@1: @2/@3 | ||||
|   | ||||
| @@ -3,4 +3,4 @@ Health=Gezondheid | ||||
| Breath=Adem | ||||
|  | ||||
| # Default format string for progress bar-style HUD bars, e.g. “Health 5/20” | ||||
| %s: %d/%d | ||||
| @1: @2/@3=@1: @2/@3 | ||||
|   | ||||
| @@ -3,4 +3,4 @@ Health=Saude | ||||
| Breath=Folego | ||||
|  | ||||
| # Formato de string padrão para progresso bar-style de barras do HUD, por exemplo “Saude 5/20” | ||||
| %s: %d/%d | ||||
| @1: @2/@3=@1: @2/@3 | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| # textdomain: hudbars | ||||
| Health=Can | ||||
| Breath=Nefes | ||||
| %s: %d/%d=%s: %d/%d | ||||
| @1: @2/@3=@1: @2/@3 | ||||
|   | ||||
| @@ -3,4 +3,4 @@ Health= | ||||
| Breath= | ||||
|  | ||||
| # Default format string for progress bar-style HUD bars, e.g. “Health 5/20” | ||||
| %s: %d/%d= | ||||
| @1: @2/@3= | ||||
|   | ||||
		Reference in New Issue
	
	Block a user