You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Phrase is a translation management platform for software projects. You can collaborate on language file translation with your team or order translations through our platform. The API allows you to import locale files, download locale files, tag keys or interact in other ways with the localization data stored in Phrase for your account.
8
8
@@ -1434,7 +1434,7 @@ Add this dependency to your project's POM:
1434
1434
<dependency>
1435
1435
<groupId>com.phrase</groupId>
1436
1436
<artifactId>phrase-java</artifactId>
1437
-
<version>1.3.0</version>
1437
+
<version>1.4.0</version>
1438
1438
<scope>compile</scope>
1439
1439
</dependency>
1440
1440
```
@@ -1444,7 +1444,7 @@ Add this dependency to your project's POM:
0 commit comments