diff --git a/Resources/Private/Language/de.locallang.xlf b/Resources/Private/Language/de.locallang.xlf
index bfa0e26807244b5c2c787edfc744c4f210f307ec..6c920389f45daa8b380191bd82f93a41b999d2a1 100644
--- a/Resources/Private/Language/de.locallang.xlf
+++ b/Resources/Private/Language/de.locallang.xlf
@@ -262,6 +262,10 @@
 				<source><![CDATA[Last name *]]></source>
 				<target><![CDATA[Nachname *]]></target>
 			</trans-unit>
+			<trans-unit id="frontend.apply.location" approved="yes">
+				<source><![CDATA[Location *]]></source>
+				<target><![CDATA[Standort *]]></target>
+			</trans-unit>
 			<trans-unit id="frontend.apply.maxFileSize" approved="yes">
 				<source><![CDATA[Maximum file size:]]></source>
 				<target><![CDATA[Maximale Dateigröße:]]></target>
diff --git a/Resources/Private/Language/locallang.xlf b/Resources/Private/Language/locallang.xlf
index ee796f64635875473180f1bd457e9a8c78ec7962..f17cd3678cff690e5c6bfa3d04531a64a741fa73 100644
--- a/Resources/Private/Language/locallang.xlf
+++ b/Resources/Private/Language/locallang.xlf
@@ -213,6 +213,9 @@
 			<trans-unit id="frontend.apply.last_name">
 				<source><![CDATA[Last name *]]></source>
 			</trans-unit>
+			<trans-unit id="frontend.apply.location">
+				<source><![CDATA[Location *]]></source>
+			</trans-unit>
 			<trans-unit id="frontend.apply.maxFileSize">
 				<source><![CDATA[Maximum file size:]]></source>
 			</trans-unit>
diff --git a/Resources/Private/Language/zh.locallang.xlf b/Resources/Private/Language/zh.locallang.xlf
index d4bbc48fc4a00473c284d997408efe4be9b6e7b0..4f78fba7e1e9955ee0f5c0a293bcc734fa374120 100644
--- a/Resources/Private/Language/zh.locallang.xlf
+++ b/Resources/Private/Language/zh.locallang.xlf
@@ -133,6 +133,10 @@
 				<source><![CDATA[Last name *]]></source>
 				<target><![CDATA[姓 *]]></target>
 			</trans-unit>
+			<trans-unit id="frontend.apply.location" approved="yes">
+				<source><![CDATA[Location *]]></source>
+				<target><![CDATA[地点 *]]></target>
+			</trans-unit>
 			<trans-unit id="frontend.apply.maxFileSize" approved="yes">
 				<source><![CDATA[Maximum file size:]]></source>
 				<target><![CDATA[Maximum file size:]]></target>
@@ -235,4 +239,4 @@
 			</trans-unit>
 		</body>
 	</file>
-</xliff>
+</xliff>
\ No newline at end of file