Browse
For agents
About
Linguise – AI Automatic Multilingual Translation
/
trunk
Linguise – AI Automatic Multilingual Translation
vtrunk
Switch version
2.2.64
2.2.63
2.2.62
2.2.61
2.2.60
2.2.59
2.2.58
2.2.57
2.2.56
2.2.55
2.2.54
2.2.53
2.2.52
2.2.51
2.2.50
2.2.49
2.2.47
2.2.48
2.2.46
2.2.45
2.2.44
2.2.43
2.2.42
1.9.7
1.9.8
All 255 releases
Overview
Code
linguise
/
src
/
constants.php
constants.php
in Linguise – AI Automatic Multilingual Translation trunk, at src/constants.php
9 lines
222 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
if
(
!
defined
(
'
LINGUISE_SCRIPT_TRANSLATION_VERSION
'
)
)
{
3
define
(
'
LINGUISE_SCRIPT_TRANSLATION_VERSION
'
,
'
wordpress_plugin/2.2.64
'
)
;
4
}
5
6
if
(
!
defined
(
'
LINGUISE_VERSION
'
)
)
{
7
define
(
'
LINGUISE_VERSION
'
,
'
2.2.64
'
)
;
8
}
9