CN109947711A - A kind of multilingual file automating management method in pair of IOS project development process - Google Patents

A kind of multilingual file automating management method in pair of IOS project development process Download PDF

Info

Publication number
CN109947711A
CN109947711A CN201810960765.8A CN201810960765A CN109947711A CN 109947711 A CN109947711 A CN 109947711A CN 201810960765 A CN201810960765 A CN 201810960765A CN 109947711 A CN109947711 A CN 109947711A
Authority
CN
China
Prior art keywords
character string
file
string
conversely
character
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201810960765.8A
Other languages
Chinese (zh)
Other versions
CN109947711B (en
Inventor
杜华江
秦晟哲
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chongqing Golden Intelligent Wearable Technology Research Institute Co Ltd
Original Assignee
Chongqing Golden Intelligent Wearable Technology Research Institute Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Chongqing Golden Intelligent Wearable Technology Research Institute Co Ltd filed Critical Chongqing Golden Intelligent Wearable Technology Research Institute Co Ltd
Priority to CN201810960765.8A priority Critical patent/CN109947711B/en
Publication of CN109947711A publication Critical patent/CN109947711A/en
Application granted granted Critical
Publication of CN109947711B publication Critical patent/CN109947711B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Document Processing Apparatus (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses the multilingual file automating management methods in a kind of pair of IOS project development process, it includes: S1: obtaining the content in character string macro document and sub-folder all under projects file;S2: translation document is resolved into HashMap<String, after String>type and is loaded into memory;S3: the character string in parsing character string macro document, and the character string parsed is added in ArrayList<String>object, in case further generating corresponding .string file;S4: according to the .strings formatted file of generation, the name of file, meets the needs of different by voluntarily import folders name where determining the .strings file of output.The present invention reduces mistake caused by human factor, and be convenient for the maintenance of later period sub-module to improve development efficiency.

Description

A kind of multilingual file automating management method in pair of IOS project development process
Technical field
The present invention relates to the multilingual texts in IOS project file technical field, especially a kind of pair of IOS project development process Part automatic management method.
Background technique
Nowadays numerous APP have the demand of overseas market, therefore all character strings for showing user are required in project Translation, and carry out the configuration work of localization file.Traditional way is by source string and corresponding translation result, with regulation Format (such as: " hello "=" hello ";) be written to suffix and be " in .string " file, thus exist following Problem: 1, the character string in a usual project is various, it is few then hundreds of, more then thousands of, it is unified in one file, it is inconvenient In final-period management;2, an app project is usually completed by multiple person cooperational, a part of relatively independent module is each responsible for, by more People safeguards same document jointly, might have contradiction or conflict;3, during translation, same Chinese expression, not With in scene, it may be desirable to different translations, and in the same document, it can not accomplish this point;4, it in the process of development, develops When personnel write the character string as " " hello " " in code, the prompt of code completion is not had, is largely being localized In the writing of character string, it is easy error, once do not exactly match character string (such as@" you in .string document It is good!As soon as " mostly punctuation mark), then correct translation result can not be shown.
Summary of the invention
In view of the above drawbacks of the prior art, it is an object of the invention to provide in a kind of pair of IOS project development process Multilingual file automating management method reduce mistake caused by human factor improving development efficiency, and after being convenient for The maintenance of phase sub-module.
It is realized the purpose of the present invention is technical solution in this way, it is multi-lingual in a kind of pair of IOS project development process Say file automating management method, it includes:
S1: the content in character string macro document and sub-folder all under projects file is obtained;
S2: translation document is resolved into HashMap<String, after String>type and is loaded into memory;
S3: parsing character string macro document in character string, and by the character string parsed be added to ArrayList < In String > object, in case further generating corresponding .string file;
S4: according to the .strings formatted file of generation, the name of file where determining the .strings file of output, Meets the needs of different by voluntarily import folders name.
Further, the step S1 includes:
S11: obtaining folder object, and judges whether the file obtained is empty folder;If it is empty folder, into Enter step S12;Conversely, terminating;
S12: the element in file is begun stepping through;
S13: obtaining next element in element array, judges whether it is empty;If it is empty, then S14 is entered step;Instead It, terminates;
S14: judge whether element type is file type, if so, entering step S15;Conversely, return step S11;
S15: judging whether folder name meets feature, if so, output array, and return step is added in the element S13;Conversely, terminating.
Further, the step S2 further includes having:
S21: the output flow object of translation document is created;
S22: output flow object reads next line character string;
S23: judge whether the character string is sky, if it is empty, then enters step S24;Conversely, terminating;
S24: removing the space character of character string head and the tail, judges whether character string is started with oblique stroke or without equal sign;If It is return step S22;Conversely, entering step S25;
S25: it takes out left and right sides character string respectively according to equal sign position, judges two sides string length whether not for 0; If so, output map, and return step S22 is added in left and right sides character string in the form of key-value;Conversely, then return step S22。
Further, the step S3 includes:
S31: the output flow object of creation character string macro document;
S32: output flow object reads next line character string, judges whether character string is empty;If it is empty, then it enters step S33;Conversely, terminating;
S33: removing the space character of character string head and the tail, judges whether character string is started with double slashes or not with " #define " Beginning is free of '@" ' character string;If so, return step S32;Conversely, entering step S34;
S34: interception '@" ' to the character string between next double quotation marks and removes head and the tail space;Judge string length not For 0 and array to be output is free of the character string;If so, entering step S35;Conversely, return step S32;
S35: character string is added into character string dimension to be output, and return step S32.
Further, the step S4 includes:
S41: traversal macrodefinition file array;
S42: obtaining next macrodefinition file in array, and judges whether the object in file is empty;If so, into Step S43;Conversely, terminating;
S43: being parsed into character string dimension for macro document and creates file content character string content;
S44: the character string in traversal array;
Whether S45: obtaining character late string, and judge character string not for sky;If it is sky, S46 is entered step;Instead It, enters step S48;
Whether S46: being that key searches value in HasMap object with character string, judge value not for sky;If there is Key and value are then spliced into the format string of .strings requirement by value;Conversely, then being added before key character string double Slash;
S47: it is added to the end content, return step S45 again after addition line feed escape character before new character strings;
S48: judging with the presence or absence of specified folder name under the same catalogue of the macro document, and if it does not exist, then creation refers to S49 is entered step after naming the file of title;Conversely, being directly entered step S49;
S49: the file that but suffix of the same name with character string macro document is .strings is generated in catalogue, content is write Enter in .strings file, and return step S42.
By adopting the above-described technical solution, the present invention has the advantage that: use the solution of the present invention, developer Character string macro document can be created according to specific requirements, arbitrarily macro using defined character string in the process of development, all modifications It is completed in macro document.When needing to be localized character string, it is only necessary to the address of specified translation file and work The directory address of journey file, and formulate several parameters, as sewed before and after file, and folder name required by corresponding language Claim, just can generate localization file in corresponding position automatically, greatly reduces on developer works in multilingual localization The duplication of labour time.
Other advantages, target and feature of the invention will be illustrated in the following description to a certain extent, and And to a certain extent, based on will be apparent to those skilled in the art to investigating hereafter, Huo Zheke To be instructed from the practice of the present invention.
Detailed description of the invention
Detailed description of the invention of the invention is as follows:
Fig. 1 is the flow diagram to the multilingual file automating management method in IOS project development process.
Fig. 2 is that recurrence obtains document flow schematic diagram.
Fig. 3 is parsing translation document flow diagram.
Fig. 4 is the flow diagram for parsing character string macro document.
Fig. 5 is the flow diagram for generating .strings file.
Fig. 6 is interactive interface schematic diagram.
Specific embodiment
Present invention will be further explained below with reference to the attached drawings and examples.
Embodiment 1, as shown in Figures 1 to 6;A kind of multilingual file automating management in pair of IOS project development process Method, it includes:
S1: the content in character string macro document and sub-folder all under projects file is obtained;
S2: translation document is resolved into HashMap<String, after String>type and is loaded into memory;
S3: parsing character string macro document in character string, and by the character string parsed be added to ArrayList < In String > object, in case further generating corresponding .string file;
S4: according to the .strings formatted file of generation, the name of file where determining the .strings file of output, Meets the needs of different by voluntarily import folders name.
The step S1 includes:
S11: obtaining folder object, and judges whether the file obtained is empty folder;If it is empty folder, into Enter step S12;Conversely, terminating;
S12: the element in file is begun stepping through;
S13: obtaining next element in element array, judges whether it is empty;If it is empty, then S14 is entered step;Instead It, terminates;
S14: judge whether element type is file type, if so, entering step S15;Conversely, return step S11;
S15: judging whether folder name meets feature, if so, output array, and return step is added in the element S13;Conversely, terminating.
The step S2 further includes having:
S21: the output flow object of translation document is created;
S22: output flow object reads next line character string;
S23: judge whether the character string is sky, if it is empty, then enters step S24;Conversely, terminating;
S24: removing the space character of character string head and the tail, judges whether character string is started with oblique stroke or without equal sign;If It is return step S22;Conversely, entering step S25;
S25: it takes out left and right sides character string respectively according to equal sign position, judges two sides string length whether not for 0; If so, output map, and return step S22 is added in left and right sides character string in the form of key-value;Conversely, then return step S22。
The step S3 includes:
S31: the output flow object of creation character string macro document;
S32: output flow object reads next line character string, judges whether character string is empty;If it is empty, then it enters step S33;Conversely, terminating;
S33: removing the space character of character string head and the tail, judges whether character string is started with double slashes or not with " #define " Beginning is free of '@" ' character string;If so, return step S32;Conversely, entering step S34;
S34: interception '@" ' to the character string between next double quotation marks and removes head and the tail space;Judge string length not For 0 and array to be output is free of the character string;If so, entering step S35;Conversely, return step S32;
S35: character string is added into character string dimension to be output, and return step S32.
The step S4 includes:
S41: traversal macrodefinition file array;
S42: obtaining next macrodefinition file in array, and judges whether the object in file is empty;If so, into Step S43;Conversely, terminating;
S43: being parsed into character string dimension for macro document and creates file content character string content;
S44: the character string in traversal array;
Whether S45: obtaining character late string, and judge character string not for sky;If it is sky, S46 is entered step;Instead It, enters step S48;
Whether S46: being that key searches value in HasMap object with character string, judge value not for sky;If there is Key and value are then spliced into the format string of .strings requirement by value;Conversely, then being added before key character string double Slash;
S47: it is added to the end content, return step S45 again after addition line feed escape character before new character strings;
S48: judging with the presence or absence of specified folder name under the same catalogue of the macro document, and if it does not exist, then creation refers to S49 is entered step after naming the file of title;Conversely, being directly entered step S49;
S49: the file that but suffix of the same name with character string macro document is .strings is generated in catalogue, content is write Enter in .strings file, and return step S42.
By adopting the above-described technical solution, developer can create character string macro document according to specific requirements, developing Arbitrarily macro using defined character string in the process, all modifications are completed in macro document.It is needing to be localized When character string, it is only necessary to the directory address of the address of specified translation file and project file folder, and several parameters are formulated, such as text Sew before and after part, and folder name required by corresponding language, just can generate localization file in corresponding position automatically, significantly Reduce developer work in multilingual localization on the duplication of labour time.
Embodiment 2, as shown in Figures 1 to 6;The object of the present invention is to provide a kind of multilingual localizations in IOS project Development process in management method and specific software implementation method reduce human factor to improve development efficiency and draw The mistake risen, and it is convenient for the maintenance of later period sub-module.In the project, the demand divided according to the module of detailed programs, wound Corresponding .h suffix file is built, hereof lists the character string for needing to show under the module in the form of macrodefinition, such as: " # Define Hello@" hello " " replaces source string with macro " Hello " of definition in written in code "@" hello " ", will There is a prompt of code completion, input error will report an error prompt in compilation process.The translation knot of all character strings in project Fruit can write in the file of unified part plain text format, and every translation accounts for a line, with equal sign ("=") by character string to be translated and Translation result opens, and allows using punctuation mark, such as " hello!=Hello!".The software that translation document is designed in conjunction with the present invention (being based on JAVA language) can generate the .string text for meeting multilingual localization and standardizing in the corresponding position in IOS engineering Part.The concrete methods of realizing of software is as follows:
1, obtain character string macro document all under project file folder (including the content in sub-folder).Acquisition modes are adopted With the mode of recursive traversal.In addition, filename should have certain feature when creating character string macro document, to by such File is distinguished with others .h file in project, as shown in table 1:
The customized feature that fills up a document of table 1
File prefix Local File suffixes .h Include character
File/folder list all under project root is obtained first, then traverses wherein each element, if Element type is file type, then and then judges whether filename meets naming rule (prefix, the suffix or comprising spy of agreement Determine character string), if meeting treaty rule, this document object is added to output array, and then carry out next element Judgement;If element type is folder type, the file/folder list in this document folder is obtained, above-mentioned time is repeated Method is gone through, recursive call process is as shown in Figure 2.
Translation document is resolved into HashMap<String, String>type is loaded into memory in case using.Translation text The format of shelves is about set to separates source string with translation character string with equal sign ("="), before source string and translation character string After allow to have several spaces, will not influence transformation result.Every translation is distinguished in a manner of entering a new line.
The resolving of translated document is, first by BufferedReader class, to create the input data of translation document Flow object;Then the character string of every a line in file is read line by line by readLine () method;Read each line character string When, should first determine whether the line character string whether with " // " beginning, if it is, illustrating that the row is annotated, it should ignore, And then read next line;If not with " // " beginning, judge whether, if do not contained, to be considered as this containing "=" symbol For row without translation content, content that is same and then reading next line then will "=" left side character string conduct when containing "=" Key, right side character string are added to HashMap<String as value, in String>type object, in case output;Specifically Implementation process it is as shown in Figure 3.
3, the character string in character string macro document is parsed, that is, parsing " #define Hello@", hello " " in character string " hello ".And the character string parsed is added in ArrayList<String>object, in case further generating corresponding .string file.The output flow object for establishing a character string macro document by BufferedReader class first, then leads to Every a line in object reading file is crossed, because according to the file rules for writing under Object-c environment, macrodefinition is necessarily Independent a line.Each line character string then says that people's row is after removing the first space character, if it is with oblique stroke beginning It is annotated, then enters the judgement of next line.In addition, every row is necessarily with " # according to the macro rule under Object-C environment The beginning of define " character string, therefore by judging whether with character string beginning, to determine that the row is that a line is effective Macrodefinition.The row be with " #define " beginning under conditions of, intercept out '@" ' character string to the character between double quotation marks ' " ' String, which is then the character string for needing to do localized translations in .string file;Concrete implementation process such as Fig. 4.
4 .strings formatted file is generated.According to .strings file format requirements, source string and translation character string It is respectively required for being wrapped with double quotation marks, and is connected (source string translates character string on the right side on a left side) with equal symbol, and With branch (';') ending.Then can be with string elements therein by the character string dimension got in traversal step 3 Key inquires corresponding value in HasMap<String that step 2 parses, String>object, if there is value, Key and value are then spliced into the format string of .strings requirement, and the addition line feed escape character before the character string Afterwards, it is appended to together in the end to be output to the file character string of file.
According to the multilingual code generation of ios platform, can be determined according to the file name where .strings file Which kind of system language environment translation in this document is suitable under, for example the .strings file under english-speaking environment should just be put In the case where name is the file of ' en.lproj '.Therefore text where according to project needs, determining the .strings file of output The name of part folder, meets the needs of different by voluntarily import folders name.As shown in table 2,
Folder name where the customized input .strings file of table 2
Localization file presss from both sides name en.lproj
The process for generating .strings file is as shown in Figure 5.
Using the solution of the present invention, developer can create character string macro document according to specific requirements, in the process of development Arbitrarily macro using defined character string, all modifications are completed in macro document.It is needing to be localized character string When, it is only necessary to the directory address of the address of specified translation file and project file folder, and several parameters are formulated, as before and after file Sew, and folder name required by corresponding language, just can generate localization file in corresponding position automatically, greatly reduce Developer work in multilingual localization on the duplication of labour time.
It should be understood by those skilled in the art that, embodiments herein can provide as method, system or computer program Product.Therefore, complete hardware embodiment, complete software embodiment or reality combining software and hardware aspects can be used in the application Apply the form of example.Moreover, it wherein includes the computer of computer usable program code that the application, which can be used in one or more, The computer program implemented in usable storage medium (including but not limited to magnetic disk storage, CD-ROM, optical memory etc.) produces The form of product.
The application is referring to method, the process of equipment (system) and computer program product according to the embodiment of the present application Figure and/or block diagram describe.It should be understood that every one stream in flowchart and/or the block diagram can be realized by computer program instructions The combination of process and/or box in journey and/or box and flowchart and/or the block diagram.It can provide these computer programs Instruct the processor of general purpose computer, special purpose computer, Embedded Processor or other programmable data processing devices to produce A raw machine, so that being generated by the instruction that computer or the processor of other programmable data processing devices execute for real The device for the function of being specified in present one or more flows of the flowchart and/or one or more blocks of the block diagram.
These computer program instructions, which may also be stored in, is able to guide computer or other programmable data processing devices with spy Determine in the computer-readable memory that mode works, so that it includes referring to that instruction stored in the computer readable memory, which generates, Enable the manufacture of device, the command device realize in one box of one or more flows of the flowchart and/or block diagram or The function of being specified in multiple boxes.
These computer program instructions also can be loaded onto a computer or other programmable data processing device, so that counting Series of operation steps are executed on calculation machine or other programmable devices to generate computer implemented processing, thus in computer or The instruction executed on other programmable devices is provided for realizing in one or more flows of the flowchart and/or block diagram one The step of function of being specified in a box or multiple boxes.
Finally it should be noted that: the above embodiments are merely illustrative of the technical scheme of the present invention and are not intended to be limiting thereof, to the greatest extent Invention is explained in detail referring to above-described embodiment for pipe, it should be understood by those ordinary skilled in the art that: still It can be with modifications or equivalent substitutions are made to specific embodiments of the invention, and without departing from any of spirit and scope of the invention Modification or equivalent replacement, should all cover within the scope of the claims of the present invention.

Claims (5)

1. the multilingual file automating management method in a kind of pair of IOS project development process, which is characterized in that the method step It is rapid as follows:
S1: the content in character string macro document and sub-folder all under projects file is obtained;
S2: translation document is resolved into HashMap<String, after String>type and is loaded into memory;
S3: the character string in parsing character string macro document, and it is right that the character string parsed is added to ArrayList<String> As in, in case further generating corresponding .string file;
S4: according to the .strings formatted file of generation, the name of file, passes through where determining the .strings file of output Voluntarily import folders names meets the needs of different.
2. as described in claim 1 to the multilingual file automating management method in IOS project development process, feature exists In the step S1 includes:
S11: obtaining folder object, and judges whether the file obtained is empty folder;If it is empty folder, into step Rapid S12;Conversely, terminating;
S12: the element in file is begun stepping through;
S13: obtaining next element in element array, judges whether it is empty;If it is empty, then S14 is entered step;Conversely, knot Beam;
S14: judge whether element type is file type, if so, entering step S15;Conversely, return step S11;
S15: judging whether folder name meets feature, if so, output array, and return step S13 is added in the element;Instead It, terminates.
3. as described in claim 1 to the multilingual file automating management method in IOS project development process, feature exists In the step S2 further includes having:
S21: the output flow object of translation document is created;
S22: output flow object reads next line character string;
S23: judge whether the character string is sky, if it is empty, then enters step S24;Conversely, terminating;
S24: removing the space character of character string head and the tail, judges whether character string is started with oblique stroke or without equal sign;If so, returning Return step S22;Conversely, entering step S25;
S25: it takes out left and right sides character string respectively according to equal sign position, judges two sides string length whether not for 0;If It is that then output map, and return step S22 is added in left and right sides character string in the form of key-value;Conversely, then return step S22。
4. as described in claim 1 to the multilingual file automating management method in IOS project development process, feature exists In the step S3 includes:
S31: the output flow object of creation character string macro document;
S32: output flow object reads next line character string, judges whether character string is empty;If it is empty, then S33 is entered step;Instead It, terminates;
S33: removing the space character of character string head and the tail, judges whether character string is started with double slashes or not with " #define " beginning Or be free of '@" ' character string;If so, return step S32;Conversely, entering step S34;
S34: interception '@" ' to the character string between next double quotation marks and removes head and the tail space;Judge that string length is not 0 And array to be output is free of the character string;If so, entering step S35;Conversely, return step S32;
S35: character string is added into character string dimension to be output, and return step S32.
5. as described in claim 1 to the multilingual file automating management method in IOS project development process, feature exists In the step S4 includes:
S41: traversal macrodefinition file array;
S42: obtaining next macrodefinition file in array, and judges whether the object in file is empty;If so, entering step S43;Conversely, terminating;
S43: being parsed into character string dimension for macro document and creates file content character string content;
S44: the character string in traversal array;
Whether S45: obtaining character late string, and judge character string not for sky;If it is sky, S46 is entered step;Conversely, Enter step S48;
Whether S46: being that key searches value in HasMap object with character string, judge value not for sky;If there is Key and value are then spliced into the format string of .strings requirement by value;Conversely, then being added before key character string double Slash;
S47: it is added to the end content, return step S45 again after addition line feed escape character before new character strings;
S48: judging with the presence or absence of specified folder name under the same catalogue of the macro document, if it does not exist, then creates specified name S49 is entered step after the file of title;Conversely, being directly entered step S49;
S49: the file that but suffix of the same name with character string macro document is .strings is generated in catalogue, content is written .strings in file, and return step S42.
CN201810960765.8A 2018-08-22 2018-08-22 Automatic multi-language file management method in IOS project development process Active CN109947711B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810960765.8A CN109947711B (en) 2018-08-22 2018-08-22 Automatic multi-language file management method in IOS project development process

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810960765.8A CN109947711B (en) 2018-08-22 2018-08-22 Automatic multi-language file management method in IOS project development process

Publications (2)

Publication Number Publication Date
CN109947711A true CN109947711A (en) 2019-06-28
CN109947711B CN109947711B (en) 2023-06-23

Family

ID=67005842

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810960765.8A Active CN109947711B (en) 2018-08-22 2018-08-22 Automatic multi-language file management method in IOS project development process

Country Status (1)

Country Link
CN (1) CN109947711B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111124479A (en) * 2019-12-18 2020-05-08 北京像素软件科技股份有限公司 Configuration file analysis method and system and electronic equipment
CN112181387A (en) * 2020-09-09 2021-01-05 上海微亿智造科技有限公司 Module management method in web multi-person collaborative development process
CN117707547A (en) * 2024-02-05 2024-03-15 云筑信息科技(成都)有限公司 Method for analyzing quotation relation among java items

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101276272A (en) * 2007-03-28 2008-10-01 凌阳科技股份有限公司 System and method for supporting multi-language user interface
US20130226555A1 (en) * 2012-02-23 2013-08-29 Microsoft Corporation Multilingual Build Integration for Compiled Applications
CN103902275A (en) * 2012-12-28 2014-07-02 北京新媒传信科技有限公司 Method and system for achieving conversion of language versions of applications
CN105867920A (en) * 2016-03-29 2016-08-17 海尔优家智能科技(北京)有限公司 APP multi-language switching method and system
CN107463386A (en) * 2017-08-31 2017-12-12 四川长虹电器股份有限公司 A kind of management android applies multi-lingual method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101276272A (en) * 2007-03-28 2008-10-01 凌阳科技股份有限公司 System and method for supporting multi-language user interface
US20130226555A1 (en) * 2012-02-23 2013-08-29 Microsoft Corporation Multilingual Build Integration for Compiled Applications
CN103902275A (en) * 2012-12-28 2014-07-02 北京新媒传信科技有限公司 Method and system for achieving conversion of language versions of applications
CN105867920A (en) * 2016-03-29 2016-08-17 海尔优家智能科技(北京)有限公司 APP multi-language switching method and system
CN107463386A (en) * 2017-08-31 2017-12-12 四川长虹电器股份有限公司 A kind of management android applies multi-lingual method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111124479A (en) * 2019-12-18 2020-05-08 北京像素软件科技股份有限公司 Configuration file analysis method and system and electronic equipment
CN111124479B (en) * 2019-12-18 2024-03-22 北京像素软件科技股份有限公司 Method and system for analyzing configuration file and electronic equipment
CN112181387A (en) * 2020-09-09 2021-01-05 上海微亿智造科技有限公司 Module management method in web multi-person collaborative development process
CN117707547A (en) * 2024-02-05 2024-03-15 云筑信息科技(成都)有限公司 Method for analyzing quotation relation among java items
CN117707547B (en) * 2024-02-05 2024-05-28 云筑信息科技(成都)有限公司 Method for analyzing quotation relation among java items

Also Published As

Publication number Publication date
CN109947711B (en) 2023-06-23

Similar Documents

Publication Publication Date Title
US9342301B2 (en) Converting and input script to a natural language description
CN104317788B (en) The multi-lingual interpretation methods of Android and device
CN108762743B (en) Data table operation code generation method and device
US8468494B2 (en) In-line editor
CN111831384B (en) Language switching method, device, equipment and storage medium
US20070033520A1 (en) System and method for web page localization
US20110179073A1 (en) Method for Localizing Text in a Software Application
US8086618B2 (en) Configuration rule translation mapper
TW200821928A (en) Parsing unstructured resources
CN109947711A (en) A kind of multilingual file automating management method in pair of IOS project development process
AU2017332710B2 (en) Method for automated detection, correction, and translation of un-localized lines
Neubauer et al. XMLText: from XML schema to Xtext
CN105094941B (en) It is a kind of to realize multilingual method and device
CN114610301A (en) Front-end code generation method and device, electronic equipment and storage medium
CN114489950A (en) Component adapting method and device, electronic equipment and storage medium
JPH11249875A (en) Method for supporting programming and device therefor
CN110275712B (en) Text replacement method, device and equipment
CN112169326A (en) Picture processing method and device, electronic equipment and storage medium
Andrews et al. The formal definition of Modula-2 and its associated interpreter
CN110554860A (en) Construction method and code generation method of software project natural language programming interface (NLI)
US20240111843A1 (en) Software license-based code suggestions
JP2009146196A (en) Translation support system, translation support method and translation support program
JP6267971B2 (en) Source code analysis support device, source code analysis support method
JPS6027941A (en) Identifier generation system
CN114168189A (en) Vue project code translation method, device and medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant