mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-25 22:05:24 +00:00
* iOS: add Dutch language * ios: re-export localizations * enable Dutch in Android
10 lines
242 B
Plaintext
10 lines
242 B
Plaintext
/* Bundle display name */
|
|
"CFBundleDisplayName" = "SimpleX NSE";
|
|
|
|
/* Bundle name */
|
|
"CFBundleName" = "SimpleX NSE";
|
|
|
|
/* Copyright (human-readable) */
|
|
"NSHumanReadableCopyright" = "Copyright © 2022 SimpleX Chat. Alle rechten voorbehouden.";
|
|
|