mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations setting.php (Persian)
This commit is contained in:
parent
ad55eb969b
commit
d987abb6f5
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'imageCanvasW' => [
|
||||
'name' => 'Image Canvas Width'
|
||||
],
|
||||
'imageCanvasH' => [
|
||||
'name' => 'Image Canvas Height'
|
||||
],
|
||||
'imageResizeW' => [
|
||||
'name' => 'Image Resize Width'
|
||||
],
|
||||
'imageResizeH' => [
|
||||
'name' => 'Image Resize Height'
|
||||
],
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user