Skip to content

Commit

Permalink
Files compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
gerceker committed Aug 7, 2023
1 parent 848ca98 commit ed7cb2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions bin/utils/log-message.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ require("syncforeachloop");
var prefix = '[' + chalk.cyanBright('localize') + ']';
var messages = {
error: {
config_is_not_json: "Config bir json olmalıdır.",
config_cannot_read: "Config oluşturulmamış ya da okunamayan bir formatta.",
config_is_invalid_json: "Config geçerli bir json fromatında değil.",
required_config_option_is_not_assigned: "Gerekli bir config özelliği atanmamış. Atanmayan değer: {value}",
required_config_option_is_assigned_invalid_type: "Özellik hatalı türde atanmış. Hatalı değer: {value}"
config_is_not_json: "Config must be a JSON file.",
config_cannot_read: "Config not created or in an unreadable format.",
config_is_invalid_json: "Config is not in a valid JSON format.",
required_config_option_is_not_assigned: "A required config property is not assigned. Unassigned value: {value}",
required_config_option_is_assigned_invalid_type: "The property is assigned an incorrect type. Incorrect value: {value}"
}
};
function assign_values(msg, values) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "localizer-js",
"version": "1.0.2-beta",
"version": "1.0.3-beta",
"description": "Language support development tool for apps.",
"main": "./bin/index.js",
"scripts": {
Expand Down

0 comments on commit ed7cb2e

Please sign in to comment.