From f422311da29b1c1e5f31a9048028d983b7385ec5 Mon Sep 17 00:00:00 2001 From: Christopher Bohn <bohn@unl.edu> Date: Thu, 7 Nov 2019 15:39:53 -0600 Subject: [PATCH] Created symbolic link to act as locale-unspecified properties file --- src/main/resources/socketchat.properties | 1 + 1 file changed, 1 insertion(+) create mode 120000 src/main/resources/socketchat.properties diff --git a/src/main/resources/socketchat.properties b/src/main/resources/socketchat.properties new file mode 120000 index 0000000..3bb1f1a --- /dev/null +++ b/src/main/resources/socketchat.properties @@ -0,0 +1 @@ +socketchat_en.properties \ No newline at end of file -- GitLab